El 02/06/10 4:05, Yunfeng Xu escribió: > I have a cluster with keepalivde + lvs. I know the default pid file for > keepalived is at /var/run/keepalived.pid. Can I specify the other location > for the pid file in the configuration file? I look through the documents on > the keepalived site and google for it, but did not find the answer. Can > anyone give me some advise?
In the default init scripts from Keepalived distribution it's PID_FILE variable: /etc/init.d/keepalived.rh.init:PID_FILE="/var/run/keepalived.pid" /etc/init.d/keepalived.suse.init:DAEMON_PIDFILE="/var/run/keepalived.pid" Regards, -- Santi Saez http://woop.es _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
