diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-08-31 22:34:04 +0000 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-08-31 22:34:04 +0000 |
commit | ccdc0611eb0e0b253a1db1b1a5828325aa3b0f35 (patch) | |
tree | 6eb5acaddafab2db3fab6413eac887d0508ec5c9 /debian/openvpn.service | |
parent | 57bdd87826069ae075d68a4dbd18f66539d054ee (diff) | |
parent | 95596798b96b4fb78c4e17ca3880cecb6bd84078 (diff) |
Merge branch 'drop-systemd-reload-support' into 'master'
Drop reload support from systemd unit files
See merge request debian/openvpn!5
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] |