diff options
author | Jonathan Ryan | 2015-08-25 12:55:42 -0400 |
---|---|---|
committer | Jonathan Ryan | 2015-08-25 12:55:42 -0400 |
commit | d11acefdfd292fcf75d736a97177702a49c0d5da (patch) | |
tree | ff63ca089fe991e3331b00ea4d24fb4d54011c24 /htpdate.service | |
download | packages-d11acefdfd292fcf75d736a97177702a49c0d5da.tar.gz packages-d11acefdfd292fcf75d736a97177702a49c0d5da.tar.bz2 packages-d11acefdfd292fcf75d736a97177702a49c0d5da.zip |
Initial import.
Diffstat (limited to 'htpdate.service')
-rw-r--r-- | htpdate.service | 10 |
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] | ||
2 | Description=Htpdate Daemon | ||
3 | |||
4 | [Service] | ||
5 | Type=forking | ||
6 | PIDFile=/run/htpdate.pid | ||
7 | ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=multi-user.target \ No newline at end of file | ||