diff options
Diffstat (limited to 'community/pptpd/pptpd.service')
-rw-r--r-- | community/pptpd/pptpd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/pptpd/pptpd.service b/community/pptpd/pptpd.service new file mode 100644 index 000000000..c907c0b9f --- /dev/null +++ b/community/pptpd/pptpd.service @@ -0,0 +1,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 |