[HOME]

Path : /lib/systemd/system/
Upload :
Current File : //lib/systemd/system/abrt-pstoreoops.service

[Unit]
Description=Collect UEFI-saved oopses for ABRT
After=abrtd.service
Requisite=abrtd.service
ConditionDirectoryNotEmpty=/sys/fs/pstore

[Service]
Type=oneshot
ExecStart=/usr/sbin/abrt-harvest-pstoreoops
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target