nixpkgs/pkgs/tools/networking/openvpn
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
..
default.nix openvpn: Add systemd startup notification 2014-04-22 13:14:58 +02:00
openvpn_learnaddress.nix openvpn: add openvpn_learnaddress script 2013-10-21 21:47:14 +02:00
systemd-notify.patch openvpn: Add systemd startup notification 2014-04-22 13:14:58 +02:00