forked from pool/pound
11 lines
214 B
Desktop File
11 lines
214 B
Desktop File
[Unit]
|
|
Description=A reverse proxy, load balancer, and SSL wrapper
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/pound.pid
|
|
ExecStart=/usr/sbin/pound -f /etc/pound.cfg -p /run/pound.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|