Updated for systemd user units, fleshed out INSTALL.md

This commit is contained in:
trey
2024-06-09 15:55:04 -05:00
parent 976370452e
commit 5cab66dfbb
7 changed files with 128 additions and 25 deletions

10
psi-monitor-user.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Pressure Stall Information (PSI) Monitor
PartOf=default.target
[Service]
Type=simple
ExecStart=/home/trey/bin/psi-monitor.sh 80
[Install]
WantedBy=default.target