16 lines
352 B
Desktop File
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
|