[mythtvnz] Auto start with Gentoo

Steve Hodge mythtvnz@lists.linuxnut.co.nz
Thu, 16 Feb 2006 09:41:08 +1300


On 2/15/06, Nick Rout <nick@rout.co.nz> wrote:
> gentlemen, read the output of the myth 0.19 ebuild :-)
>
> pkg_postinst() {
>         einfo "Want MythFrontend to alway run? Run the following:"
>         echo " #crontab -e -u mythtv"
>         einfo "And add the following:"
>         echo "* * * * * /usr/bin/runmythfe &"
>         echo

What if you occassionally want to log in as another user?

Steve