<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 11 Sep 2020 at 20:18, Daryl McDonald <<a href="mailto:darylangela@gmail.com" target="_blank">darylangela@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I've been following the Wiki to configure automatic shutdown and wakeup with rtc clock, but I can't get this accomplished:<div>'Then add mythtv and any other uses you wish to the "wheel" group.'<br></div><div>There is no Wheel Group, is this even relevant? I'm logging out (because I'm using the "check_login.sh") but the box does not shut down (it passed the previous test in the wiki). I'm using myth v 31 on Ubuntu 20.04 combined FE/BE. TIA  Daryl</div></div></blockquote><div><br></div><div>The wheel group is the historic name for what is now usually called the sudo group.  The idea is that you can just add users to the group instead of configuring them individually in /etc/sudoers.  Most distributions will ship an /etc/sudoers file with:</div><div><br></div><div>%sudo   ALL=(ALL:ALL) ALL</div><div><br></div><div>in it, which makes this work.  Presumably in terms of what you're trying to accomplish, this is because the automatic shutdown will be done by the mythtv user via sudo as:</div><div><br></div><div>sudo shutdown -h now</div><div><br></div><div>Cheers, Ian</div><div><br></div></div></div>