[Unit] Description=MySQL proxy After=network.target [Service] Type=simple ExecStart=/usr/bin/mysql-proxy --defaults-file=/etc/mysql/proxy.cnf ProtectSystem=full ProtectHome=on PrivateDevices=on NoNewPrivileges=on [Install] WantedBy=multi-user.target