diff options
author | Dominik Schrempf | 2020-01-23 15:54:44 +0100 |
---|---|---|
committer | Dominik Schrempf | 2020-01-23 15:54:44 +0100 |
commit | 4dac7fef6478cd5f8f0446740297e9dd65933d47 (patch) | |
tree | cb59ade97f49769e389323d1d00242762701cb21 /htpdate.service | |
parent | 566bb51a3635b6c58ca70a3653dcd88d45a58c86 (diff) | |
download | packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.gz packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.bz2 packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.zip |
bugfix pid file
Diffstat (limited to 'htpdate.service')
-rw-r--r-- | htpdate.service | 4 |
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] |
5 | Type=forking | 5 | Type=forking |
6 | PIDFile=/var/run/htpdate.pid | 6 | PIDFile=/run/htpdate.pid |
7 | 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 | 7 | ExecStart=/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] |
10 | WantedBy=multi-user.target | 10 | WantedBy=multi-user.target |