From 3c6e974166633eff2e804b93f8c9f2d16a4089b8 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 10 Sep 2022 18:26:04 -0300 Subject: [PATCH] actual syslogize path --- syncthingd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthingd.sh b/syncthingd.sh index 6ea9487..c0865f3 100755 --- a/syncthingd.sh +++ b/syncthingd.sh @@ -8,7 +8,7 @@ case $1 in install -dm 2750 -o syncthing -g syncthing ${dir}/Sync/.stfolder daemonize -p ${pid} -l ${pid} -u syncthing -c ${dir} \ - /usr/bin/syslogize \ + /usr/local/bin/syslogize \ /usr/bin/syncthing serve \ --gui-address=http://[::]:8384 \ --no-browser \