about summary refs log tree commit diff
path: root/nixos/modules/services/networking/openvpn.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-31 13:26:06 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-31 13:26:06 +0100
commitc1159edc65989d6b33aa68e0822ec6e388576b8e (patch)
tree6f15c91b1f24c7a360d1fbd76548bbe1a655d105 /nixos/modules/services/networking/openvpn.nix
parent456d8ec52b640ff67c88d04c89ea59836953b38f (diff)
downloadnixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.tar
nixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.tar.gz
nixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.tar.bz2
nixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.tar.lz
nixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.tar.xz
nixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.tar.zst
nixlib-c1159edc65989d6b33aa68e0822ec6e388576b8e.zip
Remove remaining references to Upstart
Diffstat (limited to 'nixos/modules/services/networking/openvpn.nix')
-rw-r--r--nixos/modules/services/networking/openvpn.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/networking/openvpn.nix b/nixos/modules/services/networking/openvpn.nix
index 400cb74f7d9f..292d45f43475 100644
--- a/nixos/modules/services/networking/openvpn.nix
+++ b/nixos/modules/services/networking/openvpn.nix
@@ -107,10 +107,10 @@ in
       '';
 
       description = ''
-        Each attribute of this option defines an Upstart job to run an
-        OpenVPN instance.  These can be OpenVPN servers or clients.
-        The name of each Upstart job is
-        <literal>openvpn-</literal><replaceable>name</replaceable>,
+        Each attribute of this option defines a systemd service that
+        runs an OpenVPN instance.  These can be OpenVPN servers or
+        clients.  The name of each systemd service is
+        <literal>openvpn-<replaceable>name</replaceable>.service</literal>,
         where <replaceable>name</replaceable> is the corresponding
         attribute name.
       '';