summaryrefslogtreecommitdiff
path: root/community/pound/pound.service
blob: 0a91f342430338d56859f5a7d968dd0b18ba3784 (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=/var/run/pound.pid
ExecStart=/usr/sbin/pound -f /etc/pound/pound.cfg -p /var/run/pound.pid

[Install]
WantedBy=multi-user.target