summaryrefslogtreecommitdiffstats
path: root/misc/g15daemon/README.SLACKWARE
blob: 1cf39a2e83b646dc89c3cd8edf01728a6b64543e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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