summaryrefslogtreecommitdiffstats
path: root/misc/g15daemon/README.SLACKWARE
diff options
context:
space:
mode:
author Alan Alberghini2010-05-13 00:59:23 +0200
committer Robby Workman2010-05-13 00:59:23 +0200
commitbbbed6b77af2c23f7cb66cee4ee6a2e1340d113c (patch)
tree3566601143e19f26a2c6aef9755728f3920268e0 /misc/g15daemon/README.SLACKWARE
parenta28bbe67f2dfc7d2140b437de011c8e654eefad4 (diff)
downloadslackbuilds-bbbed6b77af2c23f7cb66cee4ee6a2e1340d113c.tar.gz
misc/g15daemon: Added to 13.0 repository
Diffstat (limited to 'misc/g15daemon/README.SLACKWARE')
-rw-r--r--misc/g15daemon/README.SLACKWARE16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/g15daemon/README.SLACKWARE b/misc/g15daemon/README.SLACKWARE
new file mode 100644
index 0000000000..1cf39a2e83
--- /dev/null
+++ b/misc/g15daemon/README.SLACKWARE
@@ -0,0 +1,16 @@
+README.SLACKWARE for g15daemon
+
+To start g15daemon at boot, make sure /etc/rc.d/rc.g15daemon has executable
+permissions (typically mode 0755) and add the following lines to your local
+system init script (/etc/rc.d/rc.local):
+
+ if [ -x /etc/rc.d/rc.g15daemon ]; then
+ /etc/rc.d/rc.g15daemon start
+ fi
+
+You will also need to add the following to /etc/rc.d/rc.local_shutdown:
+
+ if [ -x /etc/rc.d/rc.g15daemon ]; then
+ /etc/rc.d/rc.g15daemon stop
+ fi
+