Updated for systemd user units, fleshed out INSTALL.md
This commit is contained in:
12
psi-alerts-user.service
Normal file
12
psi-alerts-user.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Pressure Stall Information (PSI) alerts
|
||||
PartOf=default.target
|
||||
After=psi-monitor.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=psi-alerts.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Reference in New Issue
Block a user