]>
git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/initscripts/system/conntrackd
2 ########################################################################
3 # Begin $rc_base/init.d/conntrackd
4 ########################################################################
11 # Don't attempt to launch the daemon when we have no configuration
12 if [ ! -s "/etc/conntrackd/conntrackd.conf" ]; then
16 boot_mesg
"Starting Connection Tracking Daemon..."
17 loadproc
/usr
/sbin
/conntrackd
-d
21 boot_mesg
"Stopping Connection Tracking Daemon..."
22 killproc
/usr
/sbin
/conntrackd
32 statusproc
/usr
/sbin
/conntrackd
36 echo "Usage: ${0} {start|stop|restart|status}"
41 # End $rc_base/init.d/conntrackd