mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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"
|
ARGS="-b"
|
||||||
PID="/var/run/vmtoolsd.pid"
|
PID="/var/run/vmtoolsd.pid"
|
||||||
|
|
||||||
|
[ -r /etc/default/vmtoolsd ] && . /etc/default/vmtoolsd
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
printf "Starting vmtoolsd: "
|
printf "Starting vmtoolsd: "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user