Last change
on this file since 72401 was 72315, checked in by vboxsync, 7 years ago |
ValidationKit: Add support for basic nested hardware-virtualization smoke tests.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
443 bytes
|
Line | |
---|
1 | [Unit]
|
---|
2 | Description=VirtualBox Test Execution Service
|
---|
3 | SourcePath=/opt/validationkit/linux/vboxtxs-runvm
|
---|
4 |
|
---|
5 | [Service]
|
---|
6 | Type=forking
|
---|
7 | Restart=no
|
---|
8 | TimeoutSec=5min
|
---|
9 | IgnoreSIGPIPE=no
|
---|
10 | KillMode=process
|
---|
11 | GuessMainPID=no
|
---|
12 | RemainAfterExit=yes
|
---|
13 | Environment="DISPLAY=:0"
|
---|
14 | Environment="XAUTHORITY=/home/vbox/.Xauthority"
|
---|
15 | ExecStart=/opt/validationkit/linux/vboxtxs-runvm start
|
---|
16 | ExecStop=/opt/validationkit/linux/vboxtxs-runvm stop
|
---|
17 |
|
---|
18 | [Install]
|
---|
19 | WantedBy=graphical.target
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.