blob: e540408491b37d9cd6425367dcf49bc334cb1640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/sbin/openrc-run
name="Spotifyd"
description="Spotify player daemon"
command=/usr/bin/spotifyd
command_user="spotify:spotify"
supervisor=supervise-daemon
depend() {
need net
use logger
}
|