On 05/15/2012 03:23:03 PM, Bruno Martins wrote:
> On 05/15/2012 10:13 PM, Geoffrey Leach wrote:
> > Recently (who can track all those new kernels?) I've noticed that
> > the commands in rc.local are not running, from which I conclude
> > that it's not being executed. systemctl says: "rc-local.service
> > (loaded active running)"
> > 
> > Any ideas.
> 
> If you can, please show us your /etc/rc.d/rc.local contents and file
> permissions. But that's weird, because I think usually it would give
> an error on starting up.

root@puget[10]->cat /etc/rc.d/rc.local
#! /bin/sh

# Run by /lib/systemd/system/rc-local.service

/usr/local/bin/check_running &
systemctl restart nfs-lock.service
systemctl restart nfs-idmap.service
systemctl restart nfs-server.service
/usr/bin/synclient TouchpadOff=1

exit 0

root@puget[11]->ls -l /etc/rc.d/rc.local
-rwxr-xr-x 1 root root 239 May 14 21:16 /etc/rc.d/rc.local*
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to