10 lines
222 B
Text
Executable file
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
|
|
}
|