Update createvm.service
This commit is contained in:
parent
75c9a2ea9d
commit
d24f12bea7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue