summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorFaustin Lammler <faustin@fala.red>2019-01-11 18:22:44 -0300
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2020-04-18 16:06:16 +0300
commit6af0bd69074725c8d8b10f07ed4ccc013d010322 (patch)
tree19855670bea7f055f11c9a09fff7510eac580a0d /support-files
parentafde33fc6f414f3e6294a2b14bd9423bdca2a0be (diff)
downloadmariadb-git-6af0bd69074725c8d8b10f07ed4ccc013d010322.tar.gz
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.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mariadb.service.in2
1 files changed, 0 insertions, 2 deletions
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]