Fail if boot command was missing

This commit is contained in:
Jamie Cameron
2011-09-29 16:03:04 -07:00
parent f0a1aa43e1
commit b4eefd09b4

View File

@@ -622,6 +622,8 @@ if ($init_mode eq "upstart" && (!-r "$config{'init_dir'}/$_[0]" ||
}
else {
# Need to create config
$_[2] || &error("Upstart service $_[0] cannot be created ".
"unless a command is given");
&create_upstart_service($_[0], $_[1], $_[2], undef,
$_[5]->{'fork'});
&system_logged("insserv ".quotemeta($_[0])." >/dev/null 2>&1");