diff --git a/README.md b/README.md index e7d6056..de82cf0 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,5 @@ sudo cp /home/pi/eggnoggpi/files/etc/systemd/system/eggnoggpi.service /etc/syste sudo systemctl daemon-reload sudo systemctl enable eggnoggpi sudo systemctl start eggnoggpi -``` - -If eggnoggpi doesn't start with the pi, add this little hack too -``` sudo echo "@reboot root /sbin/service eggnoggpi start" >> /etc/crontab ```