mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-11 15:39:04 +00:00
Fixes #15
This commit is contained in:
1
install
1
install
@@ -385,6 +385,7 @@ if __name__ == "__main__":
|
||||
os.system("sudo mount -a >/dev/null 2>&1")
|
||||
os.system("sudo chown xc_vm:xc_vm -R /home/xc_vm >/dev/null 2>&1")
|
||||
os.system("sudo systemctl daemon-reload")
|
||||
os.system("sudo setcap 'cap_net_bind_service=+ep' /home/xc_vm/bin/nginx/sbin/nginx")
|
||||
os.system("sudo systemctl start xc_vm")
|
||||
|
||||
time.sleep(10)
|
||||
|
||||
Reference in New Issue
Block a user