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:
Itxaka 2023-09-11 16:46:14 +02:00 committed by GitHub
parent 96c44aba73
commit 1d0bc667e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "bundles"
version: "1.0.5"
version: "1.0.6"

View File

@ -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