Re: mythbackend starting before mySQLd
Chris Schanzle <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 08/29/2012 05:41 AM, Paul wrote: > On Wed 29/08/2012 2:43 PM, Chris Schanzle wrote: >> On 08/28/2012 01:41 AM, Paul wrote: >>> 1. I noticed that MythBackend is starting during mySQL start up and as its not completely >>> initialised it fails. >> >> Check the archives for "Re: [ATrpms-devel] mythbackend fails to start on boot; mysqld >> not ready" >> What I wrote in my last message on 5/19/2012 is still working well. I did make a >> /etc/tmpfiles.d/mythbackend.conf containing: >> >> d /var/run/mythtv 0755 mythtv mythtv - >> >> Hope that helps! >> >> _______________________________________________ >> atrpms-users mailing list >> [email protected] >> http://lists.atrpms.net/mailman/listinfo/atrpms-users >> > > Note I did find a systemctl config file which did the trick anyway but > > So what does this tmpfiles.d do? From memory, it creates the run directory where the process's pid will be kept so systemd knows the proper status...so systemctl 'stats', 'reload' or 'restart' commands work as they should.