diff --git a/templates/500_init-daemons-dabian.yaml.tt2 b/templates/500_init-daemons-dabian.yaml.tt2 index 873ad4d..bc2bf75 100644 --- a/templates/500_init-daemons-dabian.yaml.tt2 +++ b/templates/500_init-daemons-dabian.yaml.tt2 @@ -21,8 +21,8 @@ service: running: true motd: - enabled: true - running: true + enabled: [% general.init_system == 'systemd' ? 'false' : 'true' %] + running: [% general.init_system == 'systemd' ? 'false' : 'true' %] mysql: enabled: true