[Unit] Description=Create VM service After=network.target [Service] ExecStart=/usr/bin/python3 /opt/createvm/app.py WorkingDirectory/opt/createvm User=root Restart=always StandardOutput=syslog StandardError=syslog SyslogIdentifier=createvm [Install] WantedBy=multi-user.target