summaryrefslogtreecommitdiff
path: root/spotifyd/spotifyd.init
blob: 7b9d214c8c9aa3daa52252f2edb3843c3d5a0a5c (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
command_args_foreground="--no-daemon"
command_user="spotify:spotify"
supervisor=supervise-daemon

depend() {
	need net
	use logger 
}