Skip to content

Commit

Permalink
Set proper flags for reset service (#419)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Itxaka authored Sep 11, 2023
1 parent 96c44ab commit 1d0bc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bundles/kairos-overlay-files/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "bundles"
version: "1.0.5"
version: "1.0.6"
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d0bc66

Please sign in to comment.