summaryrefslogtreecommitdiffstats
path: root/htpdate/htpdate.service
diff options
context:
space:
mode:
authorYigit Sever2023-01-23 23:45:48 +0300
committerYigit Sever2023-01-23 23:45:48 +0300
commitc2e77baada5e3f1dfd329a669d2bcf21795f36fd (patch)
tree50a417801c90674e1c6dabb1bac605262369a9ec /htpdate/htpdate.service
parentc2c8050a8d6d6ba7002d8d181e39e1c682b93f86 (diff)
downloadpackages-c2e77baada5e3f1dfd329a669d2bcf21795f36fd.tar.gz
packages-c2e77baada5e3f1dfd329a669d2bcf21795f36fd.tar.bz2
packages-c2e77baada5e3f1dfd329a669d2bcf21795f36fd.zip
Deleted package: htpdate
Diffstat (limited to 'htpdate/htpdate.service')
-rw-r--r--htpdate/htpdate.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/htpdate/htpdate.service b/htpdate/htpdate.service
deleted file mode 100644
index 509b072..0000000
--- a/htpdate/htpdate.service
+++ /dev/null
@@ -1,11 +0,0 @@
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