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 }