Update pid file path from /run/var/ to /run

This commit is contained in:
Gabriel Cruz 2022-04-03 17:00:59 -03:00 committed by GitHub
parent c29919bb0f
commit 98462633bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ After=network.target network-online.target
[Service] [Service]
Type=forking Type=forking
PIDFile=/var/run/ddclient.pid PIDFile=/run/ddclient.pid
ExecStart=/usr/bin/ddclient ExecStart=/usr/bin/ddclient
[Install] [Install]