]> git.pld-linux.org Git - packages/VirtualBox.git/blob - vboxservice.sysconfig
reset rel
[packages/VirtualBox.git] / vboxservice.sysconfig
1 # Options for VBoxService
2
3 # Disables the timesync service.
4 #OPTIONS="$OPTIONS --disable-timesync"
5
6 # Set the time when starting the time sync service.
7 #OPTIONS="$OPTIONS --timesync-set-start"
8
9 # Specifies the interval at which to synchronize the time with the host.
10 # The default is 10000 ms.
11 #OPTIONS="$OPTIONS --timesync-interval 10000"
12
13 # The minimum absolute drift value measured in milliseconds to make adjustments for.
14 #OPTIONS="$OPTIONS --timesync-min-adjust 1000"
15
16 # The factor to multiply the time query latency with to calculate the dynamic minimum adjust time.
17 # The default is 8 times.
18 #OPTIONS="$OPTIONS --timesync-latency-factor 8"
19
20 # The max host timer query latency to accept.
21 # The default is 250 ms.
22 #OPTIONS="$OPTIONS --timesync-max-latency 250"
23
24 # Disables the vminfo service.
25 #OPTIONS="$OPTIONS --disable-vminfo"
26
27 # Specifies the interval at which to retrieve the VM information.
28 # The default is 10000 ms.
29 #OPTIONS="$OPTIONS --vminfo-interval 10000"
This page took 0.088824 seconds and 3 git commands to generate.