diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:08 +0000 |
commit | ea93d77b93fb459779d57c0f697a0a4b17fb06da (patch) | |
tree | 4db770ff4245557924e31ce0fa46f9d1cce89d86 | |
parent | Updating vcs fields. (diff) | |
download | apache2-ea93d77b93fb459779d57c0f697a0a4b17fb06da.tar.xz apache2-ea93d77b93fb459779d57c0f697a0a4b17fb06da.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 | ||||
-rw-r--r-- | debian/apache2@.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/apache2.service b/debian/apache2.service index cd7e663..387c863 100644 --- a/debian/apache2.service +++ b/debian/apache2.service @@ -11,7 +11,7 @@ ExecStop=/usr/sbin/apachectl graceful-stop ExecReload=/usr/sbin/apachectl graceful KillMode=mixed PrivateTmp=true -Restart=on-abort +Restart=always OOMPolicy=continue [Install] 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 |