11 lines
183 B
SYSTEMD
11 lines
183 B
SYSTEMD
|
[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
|