Update Webmin, lose Upstart setting

Great, I’m glad that worked!

This will all be automatically handled in the next Webmin release.

-Eric

1 Like

I have the same issue with Webmin 1.560 Upstart… I recently have to throw this command # /etc/init.d/webmin start to access Webmin remotely.

Thanks to Locutus for this
insert the following part before the line near the end that contains the text *)

lsb-header)
$ECHO “### BEGIN INIT INFO”
$ECHO “# Provides: $JOB”
$ECHO “# Required-Start:”
$ECHO “# Required-Stop:”
$ECHO “# Should-Start:”
$ECHO “# Should-Stop:”
$ECHO “# Default-Start:”
$ECHO “# Default-Stop:”
$ECHO “# Short-Description: $JOB, converted to upstart.”
$ECHO “### END INIT INFO”
;;

Works great for me. Thanks again!

Just discovered this command needs to be run also:-

update-rc.d usermin defaults

Great, it worked. Let’s hope that Webmin will also add support for systemd. (Since upstart probably won’t be there forever :slight_smile: