This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Delegate=yes
-
ExecStart=/usr/share/openqa/script/worker --no-cleanup --instance %i
-
ExecStartPre=/usr/bin/install -d -m 0755 -o _openqa-worker /var/lib/openqa/pool/%i
-
KillMode=mixed
-
PermissionsStartOnly=yes
-
Restart=on-failure
-
Slice=openqa-worker.slice
-
Type=simple
-
User=_openqa-worker
-
-
[Unit]
-
After=openqa-slirpvde.service network.target nss-lookup.target remote-fs.target time-sync.target
-
Description=openQA Worker #%i
-
Documentation=https://open.qa/docs/#_run_openqa_workers
-
PartOf=openqa-worker.target
-
Additionnal notes
Nothing here.