sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 027e7f8c7d16fcf0c14023d23ddf485d83c9302f
parent 94afb2dae3ac4a7e7b50fdb5e7ed8d072f3cdbcf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 22 Feb 2024 18:13:30 +0100

fix #8450

Diffstat:
Mdebian/sync-httpd.service | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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