aboutsummaryrefslogtreecommitdiffstats
path: root/community/syncthing13/syncthing.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/syncthing13/syncthing.initd')
-rw-r--r--community/syncthing13/syncthing.initd13
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
-}
-