mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
15 lines
322 B
SYSTEMD
15 lines
322 B
SYSTEMD
|
[Unit]
|
||
|
Description=Caterpillar (php-httpproxy) Web Debugging Proxy Service
|
||
|
Documentation=https://github.com/gnh1201/caterpillar
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
WorkingDirectory=/opt/caterpillar
|
||
|
ExecStart=/usr/bin/python3 /opt/caterpillar/server.py
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|