vitals-log replaces the bash sampler and writes the same CSV layout. The crate is now a library plus two binaries. dist/ holds the systemd unit and desktop entry templates, installed by make install. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
7 lines
127 B
Desktop File
7 lines
127 B
Desktop File
[Unit]
|
|
Description=Log system temperatures, power status and memory load
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@BINDIR@/vitals-log
|