package/openvmtools: source default file
In the SYSV init script allow /etc/default/vmtoolsd to override $ARGS (if it present) Signed-off-by: Simon Rowe <simon.rowe@citrix.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5c9e9ef100
commit
3d104ce719
@ -7,6 +7,8 @@ EXEC="/usr/bin/vmtoolsd"
|
||||
ARGS="-b"
|
||||
PID="/var/run/vmtoolsd.pid"
|
||||
|
||||
[ -r /etc/default/vmtoolsd ] && . /etc/default/vmtoolsd
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
printf "Starting vmtoolsd: "
|
||||
|
Loading…
Reference in New Issue
Block a user