blob: 5ec089c9a127ce933bd3d7348a858787d53c9bba (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=A reverse proxy, load balancer, and SSL wrapper
[Service]
Type=forking
PIDFile=/run/pound.pid
ExecStart=/usr/bin/pound -f /etc/pound/pound.cfg -p /run/pound.pid
[Install]
WantedBy=multi-user.target
|