summaryrefslogtreecommitdiffstats
path: root/system/pommed/README.SLACKWARE
blob: 80a923e46b37aa71e11da6d33edbb05b41bba1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
README.SLACKWARE for pommed

This package installs an rc.pommed script that should be called from
rc.local (and optionally rc.local_shutdown) like so:

  In rc.local:
  # Start pommed
  if [ -x /etc/rc.d/rc.pommed ]; then
    /etc/rc.d/rc.pommed start
  fi

  In rc.local_shutdown:
  # Stop pommed
  if [ -x /etc/rc.d/rc.pommed ]; then
    /etc/rc.d/rc.pommed stop
  fi

It is also necessary to reload the messagebus service:
  /etc/rc.d/rc.messagebus reload