aports/community/syncthing/syncthing-user.initd
2025-12-14 10:11:03 +00:00

7 lines
168 B
Bash

#!/sbin/openrc-run
name=$RC_SVCNAME
command=/usr/bin/syncthing
: "${command_args:=--no-browser --no-restart}"
output_logger="logger -t '${RC_SVCNAME}' -p daemon.info"