Searched defs:daemon (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/
H A Dvboxtxs-nat.sh92 daemon() { function
112 daemon() { function
113 start-stop-daemon --start --exec $1 -- $2
117 start-stop-daemon --stop --exec $@
139 daemon() { function
140 start-stop-daemon --start --exec $1 -- $2
144 start-stop-daemon --stop --exec $@
167 daemon() { function
192 daemon() { function
217 daemon() { function
[all...]
H A Dvboxtxs.sh92 daemon() { function
112 daemon() { function
113 start-stop-daemon --start --exec $1 -- $2
117 start-stop-daemon --stop --exec $@
139 daemon() { function
140 start-stop-daemon --start --exec $1 -- $2
144 start-stop-daemon --stop --exec $@
167 daemon() { function
192 daemon() { function
217 daemon() { function
[all...]
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-service.sh3 # Linux Additions Guest Additions service daemon init script.
78 daemon() { function
98 daemon() { function
99 start-stop-daemon --start --exec $1 -- $2
103 start-stop-daemon --stop --retry 2 --exec $@
125 daemon() { function
126 start-stop-daemon --start --exec $1 -- $2
130 start-stop-daemon --stop --retry 2 --exec $@
153 daemon() { function
178 daemon() { function
203 daemon() { function
[all...]

Completed in 1297 milliseconds