summaryrefslogtreecommitdiff
path: root/testing/mysql/mysqld.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mysql/mysqld.service')
-rw-r--r--testing/mysql/mysqld.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mysql/mysqld.service b/testing/mysql/mysqld.service
deleted file mode 100644
index 0175c685b..000000000
--- a/testing/mysql/mysqld.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=MySQL Server
-
-[Service]
-User=mysql
-ExecStart=/usr/bin/mysqld --user=mysql
-ExecStartPost=/usr/bin/mysqld-post
-Restart=always
-
-[Install]
-WantedBy=multi-user.target