[mythtv-users] mythbackend does not have access to mysql.txt after .22 upgrade to .23

Jean-Yves Avenard jyavenard at gmail.com
Tue May 18 04:52:16 UTC 2010


Hi

On 18 May 2010 07:10, Si Jones <sijones2010 at googlemail.com> wrote:
> Should look like this
> # MythTV Backend service
> description     "MythTV Backend"
> author          "Mario Limonciello <superm1 at ubuntu.com>"
> start on (local-filesystems and net-device-up IFACE=lo)
> stop on starting shutdown
> #expect fork
> respawn
> script
>         USER=mythtv
>         ARGS="--logfile /var/log/mythtv/mythbackend.log --user $USER"
>         test -f /etc/default/mythtv-backend && . /etc/default/mythtv-backend
> || true
>         /usr/bin/mythbackend $ARGS
> end script
>

I changed
/usr/bin/mythbackend $ARGS
with
HOME=/home/mythtv /usr/bin/mythbackend $ARGS

problem solved


More information about the mythtv-users mailing list