summarylogtreecommitdiffstats
path: root/mysql-router.service
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-router.service')
-rw-r--r--mysql-router.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-router.service b/mysql-router.service
deleted file mode 100644
index fb31835d7bef..000000000000
--- a/mysql-router.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=MySQL router
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/mysqlrouter --config /etc/mysql/router.ini
-ProtectSystem=full
-ProtectHome=on
-PrivateDevices=on
-NoNewPrivileges=on
-
-[Install]
-WantedBy=multi-user.target