summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 20:22:10 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 20:22:10 +0200
commit6f65209d7d4b2262fb1360cc4fe5360d0d609dd8 (patch)
tree2b0167b464c35f86c3c576ed8f204054c5dcba5d /debian
parent98ef00a7b42202b15f1d6004f032c759bffffc94 (diff)
downloadsync-6f65209d7d4b2262fb1360cc4fe5360d0d609dd8.tar.gz
sync-6f65209d7d4b2262fb1360cc4fe5360d0d609dd8.tar.bz2
sync-6f65209d7d4b2262fb1360cc4fe5360d0d609dd8.zip
-move AML_THRESHOLD option to exchange
Diffstat (limited to 'debian')
-rw-r--r--debian/sync-httpd.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/sync-httpd.service b/debian/sync-httpd.service
index 2c97c37..4138027 100644
--- a/debian/sync-httpd.service
+++ b/debian/sync-httpd.service
@@ -4,7 +4,9 @@ Description=Sync backup backend
[Service]
User=sync-httpd
Type=simple
-Restart=on-failure
+Restart=always
+RestartSec=1s
+RuntimeMaxSec=3600s
ExecStart=/usr/bin/sync-httpd -c /etc/sync/sync.conf
[Install]