summaryrefslogtreecommitdiff
path: root/spotifyd/spotifyd.init
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-09-28 22:18:35 +0200
committerKarel Kočí <cynerd@email.cz>2020-09-28 22:18:35 +0200
commit6cd7bd8f87660b5d3914aefb441792c8589f7e60 (patch)
tree9828f52562b9c61018fd454ef99a7509205fb17f /spotifyd/spotifyd.init
parent9f07a980bfe4bf407261e64ec5d77f317e528a7e (diff)
downloadalpine-personal-pkgs-6cd7bd8f87660b5d3914aefb441792c8589f7e60.tar.gz
alpine-personal-pkgs-6cd7bd8f87660b5d3914aefb441792c8589f7e60.tar.bz2
alpine-personal-pkgs-6cd7bd8f87660b5d3914aefb441792c8589f7e60.zip
spotifyd: temporally drop
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
-}