burrow-pi-img/stage2/06-dride-base/files/systemctl/rtc.service

14 lines
252 B
INI

[Unit]
Description=Control the RTC service of your Dride
Documentation=https://dride.io/documentation
After=network.target
[Service]
Type=simple
User=root
ExecStart=/sbin/hwclock -s
Restart=on-failure
RestartSec=1
[Install]
WantedBy=multi-user.target