summaryrefslogtreecommitdiff
path: root/ipmasq/rules/ZZZ|Lipac.rul
blob: 544570fe748b604e5e7f26293c46ee4364e93350 (plain)
  1. # /etc/ipmasq/rules/ZZZ|L_ipac.rul
  2. #
  3. # Restarting IP-ACCOUNTING.
  4. # Very last rule in the ipmasq chain.
  5. #
  6. # To speed-up the system start-up don't check at boot time.
  7. [ ! $runlevel ] && for SCRIPT in /etc/init.d/ipac /etc/init.d/ipac-ng;do
  8. test -s $SCRIPT && if [ "$SHOWRULES" = "yes" ]
  9. then echo $SCRIPT force-reload;else $SCRIPT force-reload 2> /dev/null
  10. fi
  11. done