diff --git a/services/corsproxy.service b/services/corsproxy.service index a581200..f8f2a49 100644 --- a/services/corsproxy.service +++ b/services/corsproxy.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -ExecStart=INSERT_PATH_TO/main.py --target 127.0.0.1:8888 --listen 8080 +ExecStart=/usr/bin/python /path/to/CORSProxy/main.py Restart=on-failure [Install]