From eaa3746707a33be00ee07502b3cea8234387b77a Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 19 Dec 2014 10:05:22 +0100 Subject: [PATCH] Removing compat unit file and unit configuration file --- mysql-compat.conf.in | 6 ------ mysql-compat.service.in | 13 ------------- 2 files changed, 19 deletions(-) delete mode 100644 mysql-compat.conf.in delete mode 100644 mysql-compat.service.in diff --git a/mysql-compat.conf.in b/mysql-compat.conf.in deleted file mode 100644 index 5c098df..0000000 --- a/mysql-compat.conf.in +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -BindsTo=@DAEMON_NAME_COMPAT@.service - -[Install] -Also=@DAEMON_NAME_COMPAT@.service - diff --git a/mysql-compat.service.in b/mysql-compat.service.in deleted file mode 100644 index 16bcdc0..0000000 --- a/mysql-compat.service.in +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=MySQL compatibility service (another name for @DAEMON_NAME@.service; you should use @DAEMON_NAME@.service instead) -BindsTo=@DAEMON_NAME@.service -After=@DAEMON_NAME@.service - -[Service] -Type=oneshot -ExecStart=/bin/true -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target -Also=@DAEMON_NAME@.service