From d15e2bd0ffbbb6ee058aea81bd16298add1a6a93 Mon Sep 17 00:00:00 2001 From: Manuel Montecelo Date: Fri, 12 Jan 2018 18:44:03 +0100 Subject: [PATCH] TT#18774 Migrate NGCP from sysv to systemd, motd motd.dynamic is handled by PAM, there's no need for systemd to run a service. Change-Id: I5c082ef159fc1847de55925c1297006e120a38d5 --- templates/500_init-daemons-dabian.yaml.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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