summaryrefslogtreecommitdiff
path: root/community/pound/pound.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/pound/pound.service')
-rw-r--r--community/pound/pound.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/pound/pound.service b/community/pound/pound.service
new file mode 100644
index 000000000..0a91f3424
--- /dev/null
+++ b/community/pound/pound.service
@@ -0,0 +1,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