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

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

[Install]
WantedBy=multi-user.target