Lines Matching refs:reload
53 # 3 - unimplemented feature (e.g. "reload")
61 # with force-reload (in case signalling is not supported) are
126 force-reload)
127 ## Signal the daemon to reload its config. Most daemons
131 echo -n "Reload service $RACOON"
135 reload)
136 ## Like force-reload, but if daemon does not support
139 echo -n "Reload service $RACOON"
158 ## Optional: Probe for the necessity of a reload,
159 ## give out the argument which is required for a reload.
161 test "$RACOON_CONF" -nt "$RACOON_PIDFILE" && echo reload
164 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"