diff options
Diffstat (limited to 'community/syncthing13/syncthing.initd')
-rw-r--r-- | community/syncthing13/syncthing.initd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/syncthing13/syncthing.initd b/community/syncthing13/syncthing.initd deleted file mode 100644 index a34c28ed0d..0000000000 --- a/community/syncthing13/syncthing.initd +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 -} - |