aboutsummaryrefslogtreecommitdiffstats
path: root/community/syncthing13/syncthing.initd
blob: a34c28ed0da51d26f3d0fce808cce18bd9bbc412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

name=syncthing
command=/usr/bin/$name
command_args=$syncthing_args
start_stop_daemon_args="--background --user $name --group $name"

depend() {
	use logger dns
	need net
	after firewall
}