[mythtv-users] How does on stop the backend with systemd ?
Richard Shaw
hobbes1069 at gmail.com
Fri Oct 7 19:16:46 UTC 2011
On Fri, Oct 7, 2011 at 2:09 PM, linux guy <linuxguy123 at gmail.com> wrote:
> I'm running F15. How do I stop the myth backend ?
>
> # ps aux | grep myth
> root 3743 0.0 0.9 237040 28176 ? Sl Oct01 2:38 mythbackend
>
> # systemctl stop mythbackend.service
>
> # ps aux | grep myth
> root 3743 0.0 0.9 237040 28176 ? Sl Oct01 2:38 mythbackend
systemctl doesn't work exactly like sysv did. I haven't had to try
this yet as my FE/BE is still on F14 but try one of these:
systemctl -f stop mythbackend.service
or
systemctl kill mythbackend.service
Richard
More information about the mythtv-users
mailing list