This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=URL=http://localhost/ LOGLEVEL=DEBUG BUILD_DIR="/etc/lava-dispatcher-host/build"
-
EnvironmentFile=-/etc/lava-dispatcher-host/lava-docker-worker
-
ExecStart=/usr/bin/lava-docker-worker --level $LOGLEVEL --url $URL $TOKEN $WORKER_NAME $WS_URL $HTTP_TIMEOUT $JOB_LOG_INTERVAL --build-dir $BUILD_DIR
-
KillMode=process
-
Restart=always
-
TimeoutStopSec
Introduced in systemd 188=infinity -
Type=simple
-
-
[Unit]
-
After=network.target remote-fs.target
-
Description=LAVA worker
-
Additionnal notes
Nothing here.