apricot-health/systemd/apricot-crash-monitor.service
Natalie dafbabee41 feat(@packages/apricot-health): add power-fault monitoring and mitigation tools
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 23:18:47 -07:00

16 lines
352 B
Desktop File

[Unit]
Description=Apricot crash logger (high-frequency power/thermal/voltage capture)
After=default.target
[Service]
Type=simple
ExecStart=/var/home/lilith/bin/apricot-crash-logger
Environment=INTERVAL=0.1
Restart=always
RestartSec=2
StandardOutput=null
StandardError=journal
SyslogIdentifier=apricot-crash-monitor
[Install]
WantedBy=default.target