summarylogtreecommitdiffstats
path: root/ddclient.service
diff options
context:
space:
mode:
authordemize2019-09-12 20:48:28 +0000
committersvntogit2019-09-12 20:48:28 +0000
commit4dedc6c5faf24d40d62fa6c646d745fd097f867f (patch)
tree71ff9b453be2b939f23ab6f241f0e82a225bf3d9 /ddclient.service
parente1d0aa0d776dece580ad2d13f6e6f05b7c23bfce (diff)
downloadaur-4dedc6c5faf24d40d62fa6c646d745fd097f867f.tar.gz
Change PIDFile path from /var/run to /run
FS#63731 git-svn-id: file:///srv/repos/svn-community/svn@509842 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Diffstat (limited to 'ddclient.service')
-rw-r--r--ddclient.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddclient.service b/ddclient.service
index 4abadace53b2..0163f228bfc0 100644
--- a/ddclient.service
+++ b/ddclient.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=forking
-PIDFile=/var/run/ddclient.pid
+PIDFile=/run/ddclient.pid
ExecStart=/usr/bin/ddclient
[Install]