diff options
author | Dominik Schrempf | 2019-02-03 23:16:19 +0100 |
---|---|---|
committer | Dominik Schrempf | 2019-02-03 23:16:19 +0100 |
commit | 4422e754f3617dacedae40a90653605941335d8f (patch) | |
tree | bf106f9edd0e55da9fb426b531b81ab7e731d702 /htpdate.service | |
parent | 3a9597f789a5f097ac1981de209ba990f9092501 (diff) | |
download | packages-4422e754f3617dacedae40a90653605941335d8f.tar.gz packages-4422e754f3617dacedae40a90653605941335d8f.tar.bz2 packages-4422e754f3617dacedae40a90653605941335d8f.zip |
Update PID file.
Diffstat (limited to 'htpdate.service')
-rw-r--r-- | htpdate.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htpdate.service b/htpdate.service index 116aaba..21946d2 100644 --- a/htpdate.service +++ b/htpdate.service | |||
@@ -1,10 +1,10 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=Htpdate Daemon | 2 | Description=Htpdate daemon |
3 | 3 | ||
4 | [Service] | 4 | [Service] |
5 | Type=forking | 5 | Type=forking |
6 | PIDFile=/run/htpdate.pid | 6 | PIDFile=/var/run/htpdate.pid |
7 | ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org | 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 |
8 | 8 | ||
9 | [Install] | 9 | [Install] |
10 | WantedBy=multi-user.target | 10 | WantedBy=multi-user.target |