audio/mt-daapd: Fix README.
This commit is contained in:
parent
d51fcf538b
commit
8c9b6cabce
|
@ -9,13 +9,13 @@ This file should be edited before the daemon is run.
|
||||||
An init script has been included for the daemon; to run at boot time, add the
|
An init script has been included for the daemon; to run at boot time, add the
|
||||||
following to /etc/rc.d/rc.local:
|
following to /etc/rc.d/rc.local:
|
||||||
|
|
||||||
if [ -x /etc/rc.d/rc.mt-daapd ]; then
|
if [ -x /etc/rc.d/rc.mt-daapd ]; then
|
||||||
/etc/rc.d/rc.mt-daapd start
|
/etc/rc.d/rc.mt-daapd start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
You might also want to have the daemon shut down gracefully on system halt or
|
You might also want to have the daemon shut down gracefully on system halt or
|
||||||
reboot; if so, add the following to /etc/rc.d/rc.local_shutdown:
|
reboot; if so, add the following to /etc/rc.d/rc.local_shutdown:
|
||||||
|
|
||||||
if [ -x /etc/rc.d/rc.mt-daapd ]; then
|
if [ -x /etc/rc.d/rc.mt-daapd ]; then
|
||||||
/etc/rc.d/rc.mt-daapd stop
|
/etc/rc.d/rc.mt-daapd stop
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue