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.
This commit is contained in:
Alex Palaistras 2021-08-14 23:48:12 +01:00
parent 78266f4d15
commit 896ba3f4c5

View File

@ -8,5 +8,3 @@ systemd:
units:
- name: mariadb.service
enabled: true
- name: mariadb-migrate@.service
enabled: true