diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2014-10-01 11:35:50 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2014-10-01 11:35:50 +0200 |
commit | 9573f42d2f2e881f32fab5631e3772fb48dcd31d (patch) | |
tree | 5f6adc20eb7d51f0f46e36f98ac4c4c0a583dd1a /debian/openvpn.service | |
parent | 862f715468c75096f9f3716ee035dca48490fcbf (diff) |
Add ExecReload to service file (Closes: #763411)debian/2.3.4-2
Diffstat (limited to 'debian/openvpn.service')
-rw-r--r-- | debian/openvpn.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openvpn.service b/debian/openvpn.service index e1d49a8..0075cc4 100644 --- a/debian/openvpn.service +++ b/debian/openvpn.service @@ -9,7 +9,7 @@ After=network.target Type=oneshot RemainAfterExit=yes ExecStart=/bin/true -ExecStop=/bin/true +ExecReload=/bin/true WorkingDirectory=/etc/openvpn [Install] |