summaryrefslogtreecommitdiff
path: root/community/xl2tpd/xl2tpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/xl2tpd/xl2tpd.service')
-rw-r--r--community/xl2tpd/xl2tpd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xl2tpd/xl2tpd.service b/community/xl2tpd/xl2tpd.service
index b47cadf02..e55b9cb12 100644
--- a/community/xl2tpd/xl2tpd.service
+++ b/community/xl2tpd/xl2tpd.service
@@ -7,8 +7,8 @@ After=ipsec.service
[Service]
Type=simple
-PIDFile=/var/run/xl2tpd/xl2tpd.pid
-ExecStart=/usr/sbin/xl2tpd -D
+PIDFile=/run/xl2tpd/xl2tpd.pid
+ExecStart=/usr/bin/xl2tpd -D
Restart=on-abort
[Install]