mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Atboot fixes
This commit is contained in:
@ -18,7 +18,8 @@ if (!$in{'new'}) {
|
||||
if ($in{'delete'}) {
|
||||
# Delete the service
|
||||
&disable_at_boot($in{'name'});
|
||||
&delete_upstat_service($in{'name'});
|
||||
&stop_upstart_service($in{'name'});
|
||||
&delete_upstart_service($in{'name'});
|
||||
&webmin_log("delete", "upstart", $in{'name'});
|
||||
}
|
||||
elsif ($in{'new'}) {
|
||||
|
Reference in New Issue
Block a user