add restart instruction to rtc

pull/182/head
Yossi 2018-04-28 12:05:26 +03:00
parent d4cc42fc18
commit c6fa8be2b0
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[Unit]
Description=Control the web service service of your Dride
Description=Control the RTC service of your Dride
Documentation=https://dride.io/documentation
After=network.target
@ -7,7 +7,8 @@ After=network.target
Type=simple
User=pi
ExecStart=hwclock -s
Restart=on-failure
RestartSec=1
[Install]
WantedBy=multi-user.target