10 lines
248 B
Desktop File
10 lines
248 B
Desktop File
[Unit]
|
|
Description=Bee: on-demand hardware audit (not started automatically)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/sh -c 'curl -sf -X POST http://localhost/api/audit/run >/dev/null'
|
|
StandardOutput=journal
|
|
StandardError=journal
|