[Unit] Description=Bee: hardware audit web viewer [Service] Type=simple ExecStart=/usr/local/bin/bee-log-run /appdata/bee/export/bee-web.log /usr/local/bin/bee web --listen :80 --audit-path /appdata/bee/export/bee-audit.json --export-dir /appdata/bee/export --title "Bee Hardware Audit" Restart=always RestartSec=2 StandardOutput=journal StandardError=journal LimitMEMLOCK=infinity # Keep the web server responsive during GPU/CPU stress (children inherit nice+10 # via Setpriority in runCmdJob, but the bee-web parent stays at 0). Nice=0 [Install] WantedBy=multi-user.target