mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-24 08:38:33 +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:
|
packages:
|
||||||
- name: "kairos-overlay-files"
|
- name: "kairos-overlay-files"
|
||||||
category: "bundles"
|
category: "bundles"
|
||||||
version: "1.0.5"
|
version: "1.0.6"
|
||||||
|
@ -8,6 +8,6 @@ StandardOutput=tty
|
|||||||
LimitNOFILE=49152
|
LimitNOFILE=49152
|
||||||
TTYPath=/dev/tty1
|
TTYPath=/dev/tty1
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/usr/bin/kairos-agent reset
|
ExecStart=/usr/bin/kairos-agent reset --unattended --reboot
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user