summaryrefslogtreecommitdiffstats
path: root/htpdate.service
diff options
context:
space:
mode:
authorDominik Schrempf2020-01-23 15:54:44 +0100
committerDominik Schrempf2020-01-23 15:54:44 +0100
commit4dac7fef6478cd5f8f0446740297e9dd65933d47 (patch)
treecb59ade97f49769e389323d1d00242762701cb21 /htpdate.service
parent566bb51a3635b6c58ca70a3653dcd88d45a58c86 (diff)
downloadpackages-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.gz
packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.bz2
packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.zip
bugfix pid file
Diffstat (limited to 'htpdate.service')
-rw-r--r--htpdate.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/htpdate.service b/htpdate.service
index 21946d2..509b072 100644
--- a/htpdate.service
+++ b/htpdate.service
@@ -3,8 +3,8 @@ Description=Htpdate daemon
3 3
4[Service] 4[Service]
5Type=forking 5Type=forking
6PIDFile=/var/run/htpdate.pid 6PIDFile=/run/htpdate.pid
7ExecStart=/usr/bin/htpdate -D -a -s -i /var/run/htpdate.pid www.linux.org www.freebsd.org ntp.neu.edu.cn www.kernel.org 7ExecStart=/usr/bin/htpdate -D -a -s -i /run/htpdate.pid www.linux.org www.freebsd.org ntp.neu.edu.cn www.kernel.org
8 8
9[Install] 9[Install]
10WantedBy=multi-user.target 10WantedBy=multi-user.target