🐛 | Fix systemd service
This commit is contained in:
@@ -4,7 +4,7 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
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
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user