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

@ -9,6 +9,7 @@ Item {
required property string description
required property string subState
required property string scope
required property string hostTarget
required property string machineName
required property color accentColor
@ -96,7 +97,7 @@ Item {
}
TapHandler {
enabled: _rowHover.hovered
onTapped: S.SystemdService.restartUnit(root.unitName, root.scope, root.machineName)
onTapped: S.SystemdService.restartUnit(root.unitName, root.scope, root.hostTarget, root.machineName)
}
}
}