Re: [ATrpms-users] MythTV F17 request systemd scripts

2012-10-02 Thread Paulo Cavalcanti
%pre backend # Add the mythtv user /usr/sbin/useradd -c mythtvbackend User \ -s /sbin/nologin -r -d %{_varlibdir}/mythtv mythtv 2 /dev/null || : %post backend /sbin/chkconfig --add mythbackend %preun backend if [ $1 = 0 ]; then /sbin/service mythbackend stop /dev/null 21

Re: [ATrpms-users] MythTV F17 request systemd scripts

2012-10-02 Thread Richard Shaw
On Tue, Oct 2, 2012 at 8:12 AM, George Galt george.g...@gmail.com wrote: I am assuming that the mythtv.spec file would need to be updated to install the appropriate mythbackend.service file and to use systemctl rather than chkconfig and /sbin/service to install and run the appropriate file.

Re: [ATrpms-users] MythTV F17 request systemd scripts

2012-10-02 Thread George Galt
On Tue, Oct 2, 2012 at 11:07 AM, Richard Shaw hobbes1...@gmail.com wrote: On Tue, Oct 2, 2012 at 8:12 AM, George Galt george.g...@gmail.com wrote: I am assuming that the mythtv.spec file would need to be updated to install the appropriate mythbackend.service file and to use systemctl rather

Re: [ATrpms-users] MythTV F17 request systemd scripts

2012-10-02 Thread Richard Shaw
On Tue, Oct 2, 2012 at 10:23 AM, George Galt george.g...@gmail.com wrote: BTW, looking over the Fedora docs, it looks like there might need to be different approaches for =FC17 and for =FC18. I'll see what I can figure out. Yeah, I haven't had time to see if I need to change anything for the

[ATrpms-users] MythTV F17 request systemd scripts

2012-09-30 Thread Paul
Hi Axel, would it be possible to update your F17 MythTV package to use Systemd instead of the SysV scripts as these seem to offer much more flexibility eg you can wait for devices here is a Wiki link to assist. http://www.mythtv.org/wiki/Systemd_mythbackend_Configuration thanks Paul