mirror of
https://github.com/kairos-io/kairos.git
synced 2025-02-09 05:18:51 +00:00
Add systemd override
Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
parent
fed5fe912f
commit
b3bc7018fd
14
config.yaml
14
config.yaml
@ -7,6 +7,20 @@ stages:
|
||||
- admin
|
||||
name: kairos
|
||||
passwd: kairos
|
||||
- name: "Override k0s controller binary path"
|
||||
files:
|
||||
- path: /etc/systemd/system/k0scontroller.service.d/override.conf
|
||||
permissions: 0644
|
||||
owner: 0
|
||||
group: 0
|
||||
content: |
|
||||
[Unit]
|
||||
ConditionFileIsExecutable=
|
||||
ConditionFileIsExecutable=/usr/bin/k0s
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/k0s controller --debug=true --single=true --verbose=true
|
||||
rootfs:
|
||||
- name: "custom mounts"
|
||||
environment_file: /run/cos/custom-layout.env
|
||||
|
Loading…
Reference in New Issue
Block a user