mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
Create caterpillar.service
This commit is contained in:
parent
b0d9c7fb6b
commit
50b15bcdab
14
caterpillar.service
Normal file
14
caterpillar.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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
|
Loading…
Reference in New Issue
Block a user