This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=LOGLEVEL=DEBUG LOGFILE=/var/log/lava-server/lava-publisher.log HOST="*" PORT=8001
-
EnvironmentFile=-/etc/default/lava-publisher -/etc/lava-server/lava-publisher
-
ExecStart=/usr/bin/lava-server manage lava-publisher --level $LOGLEVEL --log-file $LOGFILE --host $HOST --port $PORT
-
Restart=always
-
TimeoutStopSec
Introduced in systemd 188=10 -
Type=simple
-
-
[Unit]
-
After=network.target remote-fs.target
-
Description=LAVA publisher
-
Additionnal notes
Nothing here.