From d24f12bea77e68674de27aa67442790073465f79 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 9 Dec 2024 15:46:37 +0100 Subject: [PATCH] Update createvm.service --- createvm.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/createvm.service b/createvm.service index 252150c..2212280 100644 --- a/createvm.service +++ b/createvm.service @@ -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