You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the installpifacerealtimeclock.sh script only assigns run level S to the piefacertc, which makes raspian with systemd sad, so init scripts were failing to run on boot.
A fix:
cd /etc/rc2.d
sudo ln -s ../init.d/pifacertc S01pifacertc
cd ../rc5.d
sudo ln -s ../init.d/pifacertc S01pifacertc
The text was updated successfully, but these errors were encountered:
Hi all,
Running the installpifacerealtimeclock.sh script only assigns run level S to the piefacertc, which makes raspian with systemd sad, so init scripts were failing to run on boot.
A fix:
cd /etc/rc2.d
sudo ln -s ../init.d/pifacertc S01pifacertc
cd ../rc5.d
sudo ln -s ../init.d/pifacertc S01pifacertc
The text was updated successfully, but these errors were encountered: