summaryrefslogtreecommitdiff
path: root/community/pptpd/pptpd.service
blob: c907c0b9f4de7e303262961ef85f0049c0f95644 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=PPTP Server
After=network.target

[Service]
ExecStart=/usr/bin/pptpd -c /etc/pptpd.conf -p /var/run/pptpd.pid -f
StandardOutput=null

[Install]
WantedBy=multi-user.target