summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2014-03-15 11:29:36 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2014-03-15 11:29:36 +0100
commitd94d10b7a7ceb5367367886eaaf845de6ec8ecee (patch)
tree58e74d3139aa585dbad65e0fe9dc705963ea367a
parent3125e393084124442e409bef697847a1f87fc531 (diff)
Add some notes on systemd integrationdebian/2.3.2-8
-rw-r--r--debian/README.Debian8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 592cdf9..b3623f8 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -57,6 +57,14 @@ Just put the names after the action (start|stop), like this:
/etc/init.d/openvpn start vpn1 vpn4 vpn5
+This only works with sysvinit(-core), if you're running systemd, you cannot
+pass arguments to init.d scripts.
+
+In order to start/stop a particular VPN you may use:
+# service openvpn@VPN_NAME start
+or
+# systemctl start openvpn@VPN_NAME
+
/etc/network/interfaces
-----------------------