summaryrefslogtreecommitdiffstats
path: root/multimedia/minidlna/README.SLACKWARE
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2023-01-13 01:32:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:38 +0700
commitaad704cbde329eb131fee970ab93416a1cb17439 (patch)
tree15eadef7830190caf8ac3c6a0e8914721f0bd77d /multimedia/minidlna/README.SLACKWARE
parentd911f2d256dfb75a95dc5aa2ef615587a0ed5948 (diff)
downloadslackbuilds-aad704cbde329eb131fee970ab93416a1cb17439.tar.gz
slackbuilds-aad704cbde329eb131fee970ab93416a1cb17439.tar.xz
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>
Diffstat (limited to 'multimedia/minidlna/README.SLACKWARE')
-rw-r--r--multimedia/minidlna/README.SLACKWARE22
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/minidlna/README.SLACKWARE b/multimedia/minidlna/README.SLACKWARE
new file mode 100644
index 0000000000..c2b1f929f4
--- /dev/null
+++ b/multimedia/minidlna/README.SLACKWARE
@@ -0,0 +1,22 @@
+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