15 lines
298 B
Desktop File
15 lines
298 B
Desktop File
[Unit]
|
|
Description=Freeze Watcher - captures system state during anomalous load
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/freeze-watcher.sh
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
Nice=-5
|
|
IOSchedulingClass=realtime
|
|
IOSchedulingPriority=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|