#!/usr/bin/openrc-run

pidfile="/run/webmin.pid"
command="/etc/webmin/start"
command_background=true

restart() {
       /etc/webmin/reload
}

stop() {
       /etc/webmin/stop
}

