Add qemu guest agent
This commit is contained in:
10
rc.qemu-ga/qemu-ga-srv/run
Normal file
10
rc.qemu-ga/qemu-ga-srv/run
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
##########################
|
||||
# Start qemu guest agent #
|
||||
##########################
|
||||
|
||||
fdmove -c 2 1
|
||||
s6-envdir env
|
||||
importas -u CMD CMD
|
||||
exec -c $CMD
|
Reference in New Issue
Block a user