diff options
Diffstat (limited to 'community/pound/pound.service')
-rw-r--r-- | community/pound/pound.service | 10 |
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..5ec089c9a --- /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=/run/pound.pid +ExecStart=/usr/bin/pound -f /etc/pound/pound.cfg -p /run/pound.pid + +[Install] +WantedBy=multi-user.target |