On Tue, Oct 28, 2025 at 09:36:09AM +0000, Mark Hindley wrote: > Does this do what you want?
Yes, seems reasonable and works for me:
do_stop_cmd_override() {
setpriv $SETPRIV_ARGS $DAEMON off
}
Thank you!
On Tue, Oct 28, 2025 at 09:36:09AM +0000, Mark Hindley wrote: > Does this do what you want?
Yes, seems reasonable and works for me:
do_stop_cmd_override() {
setpriv $SETPRIV_ARGS $DAEMON off
}
Thank you!