summaryrefslogtreecommitdiffstats
path: root/htpdate.service
diff options
context:
space:
mode:
Diffstat (limited to 'htpdate.service')
-rw-r--r--htpdate.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/htpdate.service b/htpdate.service
new file mode 100644
index 0000000..831f411
--- /dev/null
+++ b/htpdate.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Htpdate Daemon
3
4[Service]
5Type=forking
6PIDFile=/run/htpdate.pid
7ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org
8
9[Install]
10WantedBy=multi-user.target \ No newline at end of file