From d94d10b7a7ceb5367367886eaaf845de6ec8ecee Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Sat, 15 Mar 2014 11:29:36 +0100 Subject: Add some notes on systemd integration --- debian/README.Debian | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian') 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 ----------------------- -- cgit v1.2.3