1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
Eelco Dolstra 27a8cada79 openvpn: Add systemd startup notification
This causes OpenVPN services to reach the "active" state when the VPN
connection is up (i.e., after OpenVPN prints "Initialization Sequence
Completed"). This allows units to be ordered correctly after openvpn-*
units, and makes systemctl present a password prompt:

  $ start openvpn-foo
  Enter Private Key Password: *************

(I first tried to implement this by calling "systemd-notify --ready"
from the "up" script, but systemd-notify is not reliable.)
2014-04-22 13:14:58 +02:00
..
doc Manual: Typo fixes 2014-04-19 22:59:25 +02:00
gui
lib
maintainers
modules openvpn: Add systemd startup notification 2014-04-22 13:14:58 +02:00
tests nixos/tests/avahi: Fix race condition on mDNS test 2014-04-21 19:54:16 +02:00
COPYING
default.nix
README
release-combined.nix Add a test for udisks2 2014-04-19 14:37:05 +02:00
release.nix Add a test for udisks2 2014-04-19 14:37:05 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.