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
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /opt/createvm/app.py
|
||||
WorkingDirectory/opt/createvm
|
||||
ExecStart=/usr/bin/python3 /opt/createvm-web/app.py
|
||||
WorkingDirectory/opt/createvm-web
|
||||
User=root
|
||||
Restart=always
|
||||
StandardOutput=syslog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue