summaryrefslogtreecommitdiff
path: root/debian/openvpn.service
diff options
context:
space:
mode:
authorLucas Kanashiro <lucas.kanashiro@canonical.com>2020-05-26 16:45:10 -0300
committerLucas Kanashiro <lucas.kanashiro@canonical.com>2020-05-26 18:53:11 -0300
commit95596798b96b4fb78c4e17ca3880cecb6bd84078 (patch)
tree1384c1a3eaae80b4235e99989fab75aa7940081e /debian/openvpn.service
parente385682719c2c6215022bcfa9ae0ddc6a593db5d (diff)
Drop reload support from systemd unit files (LP: #1868127)
The current reload implementation (sending a SIGHUP signal to the process) fails, and the difference between reload and restart is not clear. Systemd does not require an implementation for reload.
Diffstat (limited to 'debian/openvpn.service')
-rw-r--r--debian/openvpn.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/openvpn.service b/debian/openvpn.service
index 0075cc4..a4d1149 100644
--- a/debian/openvpn.service
+++ b/debian/openvpn.service
@@ -9,7 +9,6 @@ After=network.target
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
-ExecReload=/bin/true
WorkingDirectory=/etc/openvpn
[Install]