summaryrefslogtreecommitdiff
path: root/spotifyd/spotifyd.init
blob: 7f9d316e7df9682e7690f70060528a2247bda16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run

name="Spotifyd"
description="Spotify player daemon"

command=/usr/bin/spotifyd
pidfile=/var/run/spotifyd.pid
command_args="--pid '$pidfile'"
command_user="spotify:spotify"

depend() {
	need net
	use logger 
}