Skip to content

Remove service_stop use

service_stop is a legacy function and it should never be used with procd services which are automatically stopped by /etc/rc.common

Also remove unnecessary boot() which just runs the "start" function.

Merge request reports