From b24229200cee29612a67ae72a42fe28c8c7d752a Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 25 Apr 2018 18:56:51 +0200 Subject: [PATCH] TT#35502 Check mariadb.service as well as alias mysql.service We have migrated to mariadb.service in mr6.2/systemd while lest check both for some time for the backward compatibility. Change-Id: Icea3acd0614ca0fd389c21a9e72687125fa2fefe (cherry picked from commit 47f5eab28b92e9c6294a3b4f2450335e88a8940a) --- templates/500_init-daemons-dabian.yaml.tt2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/500_init-daemons-dabian.yaml.tt2 b/templates/500_init-daemons-dabian.yaml.tt2 index f8baba9..5fa1e6f 100644 --- a/templates/500_init-daemons-dabian.yaml.tt2 +++ b/templates/500_init-daemons-dabian.yaml.tt2 @@ -32,6 +32,10 @@ service: enabled: [% general.init_system == 'systemd' ? 'false' : 'true' %] running: [% general.init_system == 'systemd' ? 'false' : 'true' %] + mariadb.service: + enabled: true + running: true + mysql.service: enabled: true running: true