summarylogtreecommitdiffstats
path: root/xupnpd.service
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-08-08 11:39:36 +0600
committerKonstantin Shalygin2015-08-08 11:41:34 +0600
commitf29be24dc4d01eeed162ec83616e5dcbb6f6cfc8 (patch)
tree34d5c49bf2c499088f785229d046c516de21a154 /xupnpd.service
parentd5436201bb24f3050cb32fe920fd4491a7b7bd4e (diff)
downloadaur-f29be24dc4d01eeed162ec83616e5dcbb6f6cfc8.tar.gz
Fix mistype in install script.
Diffstat (limited to 'xupnpd.service')
-rw-r--r--xupnpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/xupnpd.service b/xupnpd.service
index 14f1187615a1..bbf4c2d6fd29 100644
--- a/xupnpd.service
+++ b/xupnpd.service
@@ -7,7 +7,7 @@ Wants=udpxy.service
User=xupnpd
Group=xupnpd
Type=forking
-PIDFile=/var/run/xupnpd/xupnpd.pid
+PIDFile=/run/xupnpd/xupnpd.pid
ExecStart=/usr/bin/xupnpd
[Install]