diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:19 +0000 |
commit | c6788fa789ad1cf03f0159c330a1d92826204b41 (patch) | |
tree | a668ead2e7eea0caee628fbe2b0732ed3efbc617 /debian/apache2@.service | |
parent | Updating vcs fields. (diff) | |
download | apache2-c6788fa789ad1cf03f0159c330a1d92826204b41.tar.xz apache2-c6788fa789ad1cf03f0159c330a1d92826204b41.zip |
Setting Restart to always in systemd unit.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/apache2@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2@.service b/debian/apache2@.service index 56f88cc..c2e8f29 100644 --- a/debian/apache2@.service +++ b/debian/apache2@.service @@ -12,7 +12,7 @@ ExecStop=/usr/sbin/apachectl graceful-stop ExecReload=/usr/sbin/apachectl graceful KillMode=mixed PrivateTmp=true -Restart=on-abort +Restart=always [Install] WantedBy=multi-user.target |