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 \