blob: 831f411cc4da6538ab52d2e0e5284395c266d646 (
plain)
1
2
3
4
5
6
7
8
9
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
|