Update pid file path from /run/var/ to /run
This commit is contained in:
parent
c29919bb0f
commit
98462633bd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ After=network.target network-online.target
|
|||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/ddclient.pid
|
||||
PIDFile=/run/ddclient.pid
|
||||
ExecStart=/usr/bin/ddclient
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue