1
2
3
4
5
6
7
8
9
10
11
12
13
| [Unit]
| Description=htpdate daemon
| After=network.target
|
| [Service]
| Type=forking
| PIDFile=/run/htpdate.pid
| Environment=HTPDATE_ARGS="-a -s -t https://www.google.com"
| EnvironmentFile=-/etc/default/htpdate
| ExecStart=/usr/bin/htpdate -D -i /run/htpdate.pid $HTPDATE_ARGS
|
| [Install]
| WantedBy=multi-user.target
|
|