aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qbittorrent/qbittorrent-nox.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/qbittorrent/qbittorrent-nox.initd')
-rw-r--r--testing/qbittorrent/qbittorrent-nox.initd17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/qbittorrent/qbittorrent-nox.initd b/testing/qbittorrent/qbittorrent-nox.initd
deleted file mode 100644
index 3669c900016..00000000000
--- a/testing/qbittorrent/qbittorrent-nox.initd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-
-# init.d file for qbittorrent-nox.
-
-name=qbittorrent-nox
-user="${QBITTORRENT_USER:-qbittorrent}"
-group="${QBITTORRENT_GROUP:-qbittorrent}"
-umask="${QBITTORRENT_UMASK:-0022}"
-command="/usr/bin/$name"
-command_args="-d ${QBITTORRENT_OPTS:-}"
-
-start_stop_daemon_args="--umask $umask --user $user:$group"
-
-depend() {
- need net
- after firewall
-}