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