summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 0f5d602..d0235f8 100644
--- a/debian/apache2.service
+++ b/debian/apache2.service
@@ -10,7 +10,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
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