README.SLACKWARE 634 B

1234567891011121314151617181920
  1. README.SLACKWARE for g15daemon
  2. To start g15daemon at boot, make sure /etc/rc.d/rc.g15daemon has executable
  3. permissions (typically mode 0755) and add the following lines to your local
  4. system init script (/etc/rc.d/rc.local):
  5. if [ -x /etc/rc.d/rc.g15daemon ]; then
  6. /etc/rc.d/rc.g15daemon start
  7. fi
  8. You will also need to add the following to /etc/rc.d/rc.local_shutdown:
  9. if [ -x /etc/rc.d/rc.g15daemon ]; then
  10. /etc/rc.d/rc.g15daemon stop
  11. fi
  12. If you want to automatically start/stop some plugins/applets along g15daemon
  13. (e.g. g15stats), fill the /etc/rc.d/rc.g15daemon.conf file with the relevant
  14. information.