apricot-health/systemd/apricot-crash-monitor.service

17 lines
352 B
SYSTEMD
Raw Permalink Normal View History

[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