Update createvm.service

This commit is contained in:
Blackwhitebear8 2024-12-09 15:46:37 +01:00
parent 75c9a2ea9d
commit d24f12bea7

View file

@ -3,8 +3,8 @@ Description=Create VM service
After=network.target After=network.target
[Service] [Service]
ExecStart=/usr/bin/python3 /opt/createvm/app.py ExecStart=/usr/bin/python3 /opt/createvm-web/app.py
WorkingDirectory/opt/createvm WorkingDirectory/opt/createvm-web
User=root User=root
Restart=always Restart=always
StandardOutput=syslog StandardOutput=syslog