11 lines
216 B
SYSTEMD
11 lines
216 B
SYSTEMD
[Unit]
|
|
Description=Process error reports when automatic reporting is enabled (timer based)
|
|
ConditionPathExists=/var/lib/apport/autoreport
|
|
|
|
[Timer]
|
|
OnStartupSec=1h
|
|
OnUnitActiveSec=3h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|