#!/sbin/openrc-run

command="/usr/bin/spotifyd"
command_args="--no-daemon --config-path ${HOME}/.config/spotifyd/spotifyd.conf"
command_background=true
pidfile="${XDG_RUNTIME_DIR}/spotifyd.pid"

depend() {
    after net
}
