Fix the systemd service section in the template.
To be consistent with the sysvinit one. Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
c0b95312c4
commit
da35a068e9
@ -108,8 +108,8 @@
|
|||||||
},
|
},
|
||||||
"services" : {
|
"services" : {
|
||||||
"systemd" : {
|
"systemd" : {
|
||||||
"httpd.service" : { "enabled" : "false", "ensureRunning" : "true" },
|
"httpd" : { "enabled" : "false", "ensureRunning" : "false" },
|
||||||
"mysqld.service" : { "enabled" : "false", "ensureRunning" : "true" }
|
"mysqld" : { "enabled" : "false", "ensureRunning" : "false" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user