Atboot fixes

This commit is contained in:
Jamie Cameron
2011-04-16 18:03:14 -07:00
parent 9a8024a0ec
commit 887375cbbd
4 changed files with 29 additions and 5 deletions

View File

@ -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'}) {