# Install this at /lib/systemd/system [Unit] Description=DS1307 RTC Service [Service] Type=oneshot WorkingDirectory=/usr/share/rtc ExecStart=/usr/share/rtc/rtc.sh SyslogIdentifier=rtc_ds1307 [Install] WantedBy=multi-user.target