summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:07 +0000
commit1cc0f540abbdc7062401f24df1027e579f679d78 (patch)
treefba6607873b1790e2706d71468704f7be11fd65f /debian
parentUpdating vcs fields. (diff)
downloadapache2-1cc0f540abbdc7062401f24df1027e579f679d78.tar.xz
apache2-1cc0f540abbdc7062401f24df1027e579f679d78.zip
Setting Restart to always in systemd unit.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/apache2.service2
-rw-r--r--debian/apache2@.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/apache2.service b/debian/apache2.service
index 385fe62..2c23ae3 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
[Install]
WantedBy=multi-user.target
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