Skip to content

Commit

Permalink
Disable coreos-cni-networking-check.service
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Mar 24, 2024
1 parent 2ecb566 commit c3481cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UTM-Chrony.ign
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@
"enabled": false,
"mask": true,
"name": "debug-shell.service"
},
{
"enabled": false,
"mask": true,
"name": "coreos-cni-networking-check.service"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions UTM-Chrony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ systemd:
- name: debug-shell.service
enabled: false
mask: true
- name: coreos-cni-networking-check.service
enabled: false
mask: true
storage:
files:
- path: /etc/zincati/config.d/51-rollout-wariness.toml
Expand Down
5 changes: 5 additions & 0 deletions x86-QEMU-Docker.ign
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@
"enabled": false,
"mask": true,
"name": "debug-shell.service"
},
{
"enabled": false,
"mask": true,
"name": "coreos-cni-networking-check.service"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions x86-QEMU-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ systemd:
- name: debug-shell.service
enabled: false
mask: true
- name: coreos-cni-networking-check.service
enabled: false
mask: true
storage:
files:
- path: /etc/zincati/config.d/51-rollout-wariness.toml
Expand Down

0 comments on commit c3481cb

Please sign in to comment.