Skip to content

Commit

Permalink
Update pid file path from /run/var/ to /run
Browse files Browse the repository at this point in the history
  • Loading branch information
gmelodie authored Apr 3, 2022
1 parent c29919b commit 9846263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-etc_systemd.service
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9846263

Please sign in to comment.