Re: systemd -- mysqld.service (solved)

2013-03-21 Thread Gary Artim
adding this to /etc/systemd/system/ fixed the issue with waiting for NFS directory: [root]# cat /etc/systemd/system/mysqld.service # "/etc/systemd/system/mysqld.service" containing: .include /lib/systemd/system/mysqld.service [Unit] Description=MySQL database server After=syslog.t

systemd -- mysqld.service

2013-03-19 Thread Gary Artim
I upgraded last weekend to fc18 from fc17, issue: my mysql /mysqlbin/mysql-bin.index a configuration option, is on a NFS directory. Seem that mysqld.service fails because the NFS is not completely up. I can start it right after the boot completes. The config for the services files are vanilla: [r