View | Details | Raw Unified | Return to bug 241680
Collapse All | Expand All

(-)audio/spotifyd/files/spotifyd.in (-1 / +1 lines)
Lines 30-36 load_rc_config $name Link Here
30
pidfile="/var/run/${name}/${name}.pid"
30
pidfile="/var/run/${name}/${name}.pid"
31
procname="%%PREFIX%%/bin/${name}"
31
procname="%%PREFIX%%/bin/${name}"
32
command="/usr/sbin/daemon"
32
command="/usr/sbin/daemon"
33
command_args="-S -m 3 -s info -l daemon -p ${pidfile} ${procname} --no-daemon -c ${spotifyd_config} ${spotifyd_args}"
33
command_args="-S -m 3 -s info -l daemon -p ${pidfile} ${procname} --no-daemon --config-path ${spotifyd_config} ${spotifyd_args}"
34
34
35
spotifyd_precmd()
35
spotifyd_precmd()
36
{
36
{

Return to bug 241680