cross/mipsel-linux-uclibc/buildroot/buildroot-2025.02.4/package/htpdate/htpdate.service

14 lines
304 B
Desktop File

[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/sbin/htpdate -D -i /run/htpdate.pid $HTPDATE_ARGS
[Install]
WantedBy=multi-user.target