summaryrefslogtreecommitdiff
path: root/spotifyd/spotifyd.init
diff options
context:
space:
mode:
Diffstat (limited to 'spotifyd/spotifyd.init')
-rwxr-xr-xspotifyd/spotifyd.init14
1 files changed, 0 insertions, 14 deletions
diff --git a/spotifyd/spotifyd.init b/spotifyd/spotifyd.init
deleted file mode 100755
index 7b9d214..0000000
--- a/spotifyd/spotifyd.init
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/openrc-run
-
-name="Spotifyd"
-description="Spotify player daemon"
-
-command=/usr/bin/spotifyd
-command_args_foreground="--no-daemon"
-command_user="spotify:spotify"
-supervisor=supervise-daemon
-
-depend() {
- need net
- use logger
-}