summaryrefslogtreecommitdiffstats
path: root/debian/apache2@.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 02:05:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 02:05:51 +0000
commitf3088e501585cef4fa054a82b105181528f1a17e (patch)
tree8217a501795056b0fe3f9dfb1ff8fc251a659837 /debian/apache2@.service
parentUpdating vcs fields. (diff)
downloadapache2-f3088e501585cef4fa054a82b105181528f1a17e.tar.xz
apache2-f3088e501585cef4fa054a82b105181528f1a17e.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@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2@.service b/debian/apache2@.service
index 10c3697..ac0fa34 100644
--- a/debian/apache2@.service
+++ b/debian/apache2@.service
@@ -11,7 +11,7 @@ ExecStart=/usr/sbin/apachectl start
ExecStop=/usr/sbin/apachectl stop
ExecReload=/usr/sbin/apachectl graceful
PrivateTmp=true
-Restart=on-abort
+Restart=always
[Install]
WantedBy=multi-user.target