]> git.pld-linux.org Git - packages/VirtualBox.git/blame - vboxservice.sysconfig
reset rel
[packages/VirtualBox.git] / vboxservice.sysconfig
CommitLineData
9c432cf1
ER
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.030952 seconds and 4 git commands to generate.