[Unit] Description=Python Server for MPV After=network.target [Service] User= WorkingDirectory= ExecStart= Restart=on-failure Environment="MPV_SOCKET=/tmp/mpvsocket" Environment="LISTEN_ADDRESS=0.0.0.0" Environment="LISTEN_PORT=42069" Environment="MYSQL_HOST=http://localhost" Environment="MYSQL_USER=mpvuser" Environment="MYSQL_PASSWORD=SecretPassword" Environment="MYSQL_PORT=3306" [Install] WantedBy=multi-user.target