1 2 3 4 5 6 7 8 9 10 11 12 13 14
[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