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

command=/usr/bin/spotifyd
pidfile=/var/run/spotifyd.pid
command_args="--pid '$pidfile'"
name="Spotify daemon"

depend() {
	need net
	use logger 
}