diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2014-09-12 12:52:30 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2014-09-12 13:44:57 +0200 |
commit | 1f5bd7321e8029fa05f9e7f46a9a9a2e7568656f (patch) | |
tree | cde9313180cb2cf579556caa6fca5d6bdebbb96a /debian/default | |
parent | 98f974e98ad20013e5dc7cede60fcacf72524cee (diff) |
First works to improve systemd integration
Add openvpn-generator to mimic AUTOSTART feature from SysV init script
Diffstat (limited to 'debian/default')
-rw-r--r-- | debian/default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/default b/debian/default index d601933..0dfa6a1 100644 --- a/debian/default +++ b/debian/default @@ -7,6 +7,11 @@ # The VPN name refers to the VPN configutation file name. # i.e. "home" would be /etc/openvpn/home.conf # +# If you're running systemd, changing this variable will +# require running "systemctl daemon-reload" followed by +# a restart of the openvpn service (if you removed entries +# you may have to stop those manually) +# #AUTOSTART="all" #AUTOSTART="none" #AUTOSTART="home office" |