mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-22 09:50:23 +00:00
Set proper flags for reset service (#419)
Its supposed to be unattended and reboot afterwards and those are now new flags under the agent to not trigger them from a normal manual reset Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
96c44aba73
commit
1d0bc667e8
@ -1,4 +1,4 @@
|
||||
packages:
|
||||
- name: "kairos-overlay-files"
|
||||
category: "bundles"
|
||||
version: "1.0.5"
|
||||
version: "1.0.6"
|
||||
|
@ -8,6 +8,6 @@ StandardOutput=tty
|
||||
LimitNOFILE=49152
|
||||
TTYPath=/dev/tty1
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/kairos-agent reset
|
||||
ExecStart=/usr/bin/kairos-agent reset --unattended --reboot
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user