#!/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 }