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