From 6af0bd69074725c8d8b10f07ed4ccc013d010322 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Fri, 11 Jan 2019 18:22:44 -0300 Subject: MDEV-15526 systemd unit files naming and installation Drop Aliases from the service file directive. Aliases in the service file only take effect when the service is enabled. This is the case because Aliases in service files do not have to be unique across various services. Shipping symlinks guarantees that one can always enable mariadb service using `systemctl enable mysql` or `systemctl enable mysqld` and makes the commands indempotent. --- support-files/mariadb.service.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'support-files') diff --git a/support-files/mariadb.service.in b/support-files/mariadb.service.in index dca7a4c13a7..e61e35c52ee 100644 --- a/support-files/mariadb.service.in +++ b/support-files/mariadb.service.in @@ -26,8 +26,6 @@ After=network.target [Install] WantedBy=multi-user.target -Alias=mysql.service -Alias=mysqld.service [Service] -- cgit v1.2.1