16 lines
236 B
SYSTEMD
16 lines
236 B
SYSTEMD
|
[Unit]
|
||
|
Description=ProxyPy Server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=proxypy
|
||
|
Group=proxypy
|
||
|
ExecStart=proxy --hostname 0.0.0.0
|
||
|
Restart=always
|
||
|
SyslogIdentifier=proxypy
|
||
|
LimitNOFILE=65536
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|