restart *this*
Sep. 24th, 2006 07:37 pm
# ps -ef | grep < partial_process_name >
# kill -HUP < pid or process name >
which tells the process to hangup and restart from its config file
# ps -ef | grep < partial_process_name >
# kill -HUP < pid or process name >