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
changes/95/18295/4
Manuel Montecelo 8 years ago
parent 4921860a01
commit d15e2bd0ff

@ -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

Loading…
Cancel
Save