From 4dac7fef6478cd5f8f0446740297e9dd65933d47 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Thu, 23 Jan 2020 15:54:44 +0100 Subject: bugfix pid file --- htpdate.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htpdate.service') 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 [Service] Type=forking -PIDFile=/var/run/htpdate.pid -ExecStart=/usr/bin/htpdate -D -a -s -i /var/run/htpdate.pid www.linux.org www.freebsd.org ntp.neu.edu.cn www.kernel.org +PIDFile=/run/htpdate.pid +ExecStart=/usr/bin/htpdate -D -a -s -i /run/htpdate.pid www.linux.org www.freebsd.org ntp.neu.edu.cn www.kernel.org [Install] WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2