mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 03:10:30 +01:00
Include upstart actions in backup
This commit is contained in:
@@ -16,6 +16,10 @@ if ($config{'init_base'}) {
|
||||
-r "$config{'daemons_dir'}/$ac[0]") {
|
||||
push(@rv, "$config{'daemons_dir'}/$ac[0]");
|
||||
}
|
||||
local $ufile = "/etc/init/$ac[0]";
|
||||
if (-r $ufile) {
|
||||
push(@rv, $ufile);
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user