systemd: container/remote restart, permanent-error backoff, recursive section via loader (step 6)

This commit is contained in:
Damocles 2026-05-07 21:01:23 +02:00
commit dfa3840d97
6 changed files with 118 additions and 56 deletions

View file

@ -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() {