summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-22 18:13:30 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-22 18:13:30 +0100
commit027e7f8c7d16fcf0c14023d23ddf485d83c9302f (patch)
tree6cf293e6921d1290c5ee91fedb6582012385fa59 /debian
parent94afb2dae3ac4a7e7b50fdb5e7ed8d072f3cdbcf (diff)
downloadsync-027e7f8c7d16fcf0c14023d23ddf485d83c9302f.tar.gz
sync-027e7f8c7d16fcf0c14023d23ddf485d83c9302f.tar.bz2
sync-027e7f8c7d16fcf0c14023d23ddf485d83c9302f.zip
fix #8450
Diffstat (limited to 'debian')
-rw-r--r--debian/sync-httpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sync-httpd.service b/debian/sync-httpd.service
index 6d8fe98..74fb8b4 100644
--- a/debian/sync-httpd.service
+++ b/debian/sync-httpd.service
@@ -9,7 +9,7 @@ RestartMode=direct
RestartSec=1s
RestartPreventExitStatus=2 3 4 5 6 9
RuntimeMaxSec=3600s
-ExecStart=/usr/bin/sync-httpd -c /etc/sync/sync.conf
+ExecStart=/usr/bin/sync-httpd -c /etc/sync/sync.conf -L INFO
[Install]
WantedBy=multi-user.target