dotfiles/config/rc/init.d/spotifyd
2026-04-30 09:37:14 +02:00

10 lines
222 B
Text
Executable file

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