From dbe074cb3c3ee00e6f18c144bfc0be142d4f2843 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 8 Aug 2009 19:38:13 -0400 Subject: Update guestd startup file --- config/open-vm-tools/open-vm-tools.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/open-vm-tools') diff --git a/config/open-vm-tools/open-vm-tools.inc b/config/open-vm-tools/open-vm-tools.inc index 622194ab..d12c8e6a 100644 --- a/config/open-vm-tools/open-vm-tools.inc +++ b/config/open-vm-tools/open-vm-tools.inc @@ -25,14 +25,14 @@ start_precmd="\${checkvm_cmd}" unset start_cmd stop_precmd="\${checkvm_cmd}" unset stop_cmd -command="/usr/local/sbin/vmware-guestd" -command_args="--halt-command '/sbin/shutdown -p now' >/dev/null 2>&1" +command="/usr/local/bin/vmtoolsd" +command_args="-c /usr/local/share/vmware-tools/tools.conf -p /usr/local/lib/open-vm-tools/plugins/vmsvc" pidfile="/var/run/\${name}.pid" load_rc_config \$name vmware_guestd_enable="YES" vmware_guestd_flags="--background \${pidfile}" -run_rc_command "\$1" +run_rc_command "$1" EOF; -- cgit v1.2.3