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:
@@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user