[HOME]

Path : /etc/systemd/system/multi-user.target.wants/
Upload :
Current File : //etc/systemd/system/multi-user.target.wants/abrt-oops.service

[Unit]
Description=ABRT kernel log watcher
After=abrtd.service
Requisite=abrtd.service

[Service]
# TODO: do we really need absolute paths here?
ExecStart=/bin/sh -c '/bin/dmesg | /usr/bin/abrt-dump-oops -xD; exec /usr/bin/abrt-watch-log -F "`/usr/bin/abrt-dump-oops -m`" /var/log/messages -- /usr/bin/abrt-dump-oops -xtD'

[Install]
WantedBy=multi-user.target