slackbuilds_ponce/multimedia/minidlna/README.SLACKWARE
Mario Preksavec aad704cbde
multimedia/minidlna: Updated for version 1.3.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-14 08:50:38 +07:00

22 lines
598 B
Text

An init script has been included for the daemon; to run at boot time,
add the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.minidlna ]; then
/etc/rc.d/rc.minidlna start
fi
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:
if [ -x /etc/rc.d/rc.minidlna ]; then
/etc/rc.d/rc.minidlna stop
fi
Remember to give executable permission to /etc/rc.d/rc.local_shutdown:
chmod 0755 /etc/rc.d/rc.local_shutdown
To check the daemon is running properly:
/etc/rc.d/rc.minidlna status