systemd: container/remote restart, permanent-error backoff, recursive section via loader (step 6)
This commit is contained in:
parent
5676b1ac62
commit
dfa3840d97
6 changed files with 118 additions and 56 deletions
|
|
@ -21,8 +21,8 @@ QtObject {
|
|||
}
|
||||
}
|
||||
|
||||
function restartUnit(name, scope, machine) {
|
||||
NS.SystemdService.restartUnit(name, scope ?? "system", machine ?? "");
|
||||
function restartUnit(name, scope, host, machine) {
|
||||
NS.SystemdService.restartUnit(name, scope ?? "system", host ?? "", machine ?? "");
|
||||
}
|
||||
|
||||
function refresh() {
|
||||
|
|
|
|||
Reference in a new issue