summarylogtreecommitdiffstats
path: root/htpdate.service
diff options
context:
space:
mode:
authorJonathan Ryan2015-08-25 12:55:42 -0400
committerJonathan Ryan2015-08-25 12:55:42 -0400
commitd11acefdfd292fcf75d736a97177702a49c0d5da (patch)
treeff63ca089fe991e3331b00ea4d24fb4d54011c24 /htpdate.service
downloadaur-d11acefdfd292fcf75d736a97177702a49c0d5da.tar.gz
Initial import.
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 000000000000..831f411cc4da
--- /dev/null
+++ b/htpdate.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Htpdate Daemon
+
+[Service]
+Type=forking
+PIDFile=/run/htpdate.pid
+ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file