File: htpdate.service

package info (click to toggle)
htpdate 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 236 kB
  • sloc: ansic: 763; sh: 126; makefile: 49
file content (13 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=HTTP Time Protocol daemon (htpdate)
Documentation=man:htpdate(8)
After=network-online.target

[Service]
Type=exec
Environment=HTPDATE_ARGS="-st www.example.com"
EnvironmentFile=-/etc/default/htpdate
ExecStart=/usr/sbin/htpdate -F $HTPDATE_ARGS

[Install]
WantedBy=multi-user.target