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? _______________________________________________ tomoyo-dev-en mailing list tomoyo-dev-en@lists.sourceforge.jp http://lists.sourceforge.jp/mailman/listinfo/tomoyo-dev-en