aboutsummaryrefslogtreecommitdiffstats
path: root/htpdate/htpdate.service
diff options
context:
space:
mode:
authorYigit Sever2023-01-23 23:46:04 +0300
committerYigit Sever2023-01-23 23:46:04 +0300
commit0453d5aa7199311c0dbb07b7eaea540f54b46734 (patch)
tree40be9672dc53c17076a8eeb5a824c5c139ba4381 /htpdate/htpdate.service
parentc2e77baada5e3f1dfd329a669d2bcf21795f36fd (diff)
parent173829b6660cc8956e522dcbf93e47ecc0c38dc6 (diff)
downloadpackages-0453d5aa7199311c0dbb07b7eaea540f54b46734.tar.gz
packages-0453d5aa7199311c0dbb07b7eaea540f54b46734.tar.bz2
packages-0453d5aa7199311c0dbb07b7eaea540f54b46734.zip
Add 'htpdate/' from commit '173829b6660cc8956e522dcbf93e47ecc0c38dc6'
git-subtree-dir: htpdate git-subtree-mainline: c2e77baada5e3f1dfd329a669d2bcf21795f36fd git-subtree-split: 173829b6660cc8956e522dcbf93e47ecc0c38dc6
diffstat (limited to 'htpdate/htpdate.service')
-rw-r--r--htpdate/htpdate.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/htpdate/htpdate.service b/htpdate/htpdate.service
new file mode 100644
index 0000000..509b072
--- /dev/null
+++ b/htpdate/htpdate.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=Htpdate daemon
3
4[Service]
5Type=forking
6PIDFile=/run/htpdate.pid
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
9[Install]
10WantedBy=multi-user.target
11