diff options
author | Lucas Kanashiro <lucas.kanashiro@canonical.com> | 2020-05-26 16:45:10 -0300 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-09-01 01:17:53 +0200 |
commit | 69b02b1f7fd609d84ace13ab04697158de2418a9 (patch) | |
tree | 29fcc8654ee65d9dd89ade797bea2f3d9dfd9cfd /debian/openvpn.service | |
parent | 68cf7e194033449b6c02fde1413875a597861c19 (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.service | 1 |
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] |