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 Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
lib Fix waitForX 2014-04-17 17:07:03 +02:00
maintainers Add script to create and upload GCE image. 2014-04-14 14:38:52 +02:00
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 Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
default.nix Fix nixos-option 2013-10-28 22:45:58 +01:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
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.