mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
19 lines
346 B
Bash
Executable File
19 lines
346 B
Bash
Executable File
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: vmtools.sh,v 1.1 2008/08/31 06:36:47 scottr Exp $
|
|
#
|
|
|
|
# PROVIDE: vmtools
|
|
# REQUIRE: DAEMON
|
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
|
|
|
name="vmtools"
|
|
rcvar="vmtools"
|
|
pidfile="/var/run/vmware-guestd.pid"
|
|
command="@PREFIX@/sbin/vmware-guestd"
|
|
command_args="--background ${pidfile}"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|