🐛 | Fix systemd service

This commit is contained in:
2026-05-19 17:58:00 +03:00
parent aff2b6b340
commit 6f9ab457d7

View File

@@ -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]