Tetsuo Handa
from-****@I-lov*****
Thu Jun 16 21:47:16 JST 2011
Tetsuo Handa wrote: > > Would it be possible for you to make it exit with non-zero status if it fails > > to load (e.g. kernel doesn't support it)? > Yes. > > > would it be possible to add support for "/bin/kill -HUP" so that ccs-auditd > > can be restarted? > Yes. Done in revision 5130. > ExecReload=/bin/kill -HUP $MAINPID How is $MAINPID determined? Don't we need to do killall -HUP ccs-auditd or /bin/kill -HUP `pidof ccs-auditd` because $MAINPID is not the PID of exec()ed process?