19 lines
546 B
Desktop File
19 lines
546 B
Desktop File
[Unit]
|
|
Description=Bee: USB black-box log mirror
|
|
After=local-fs.target
|
|
Before=bee-network.service bee-nvidia.service bee-preflight.service bee-audit.service bee-web.service
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/bee-log-run /appdata/bee/export/bee-blackbox.log /usr/local/bin/bee blackbox --export-dir /appdata/bee/export --state-file /appdata/bee/export/blackbox-state.json
|
|
Restart=always
|
|
RestartSec=1
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
OOMScoreAdjust=-900
|
|
Nice=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|