From 896ba3f4c5f27a01e6fa48050041920896e506d9 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 14 Aug 2021 23:48:12 +0100 Subject: [PATCH] mariadb: Don't enable migration systemd service This is intended to be defined as a dependency to other services, and should not be run on its own by default. --- config/service/mariadb/spec.bu | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/service/mariadb/spec.bu b/config/service/mariadb/spec.bu index b2a89e5..f0607f3 100644 --- a/config/service/mariadb/spec.bu +++ b/config/service/mariadb/spec.bu @@ -8,5 +8,3 @@ systemd: units: - name: mariadb.service enabled: true - - name: mariadb-migrate@.service - enabled: true