We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37499ce + 157956c commit 9c2ef56Copy full SHA for 9c2ef56
templates/common/_base/units/nmstate.service.yaml
@@ -0,0 +1,20 @@
1
+# Temporary override until the fix for https://issues.redhat.com/browse/OCPBUGS-61695
2
+# makes it into RHCOS.
3
+name: nmstate.service
4
+enabled: true
5
+contents: |
6
+ [Unit]
7
+ Description=Apply nmstate on-disk state
8
+ Documentation=man:nmstate.service(8) https://www.nmstate.io
9
+ After=NetworkManager-wait-online.service
10
+ Before=network-online.target
11
+ Wants=NetworkManager-wait-online.service
12
+ Requires=NetworkManager.service
13
+
14
+ [Service]
15
+ Type=oneshot
16
+ ExecStart=/usr/bin/nmstatectl service
17
+ RemainAfterExit=yes
18
19
+ [Install]
20
+ WantedBy=NetworkManager.service
0 commit comments