Warning, /plasma/drkonqi/src/coredump/cleanup/drkonqi-coredump-cleanup.timer is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0002 # SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org> 0003 0004 [Unit] 0005 Description=Cleanup lingering KCrash metadata 0006 ConditionPathExistsGlob=%C/kcrash-metadata/*.ini 0007 0008 [Timer] 0009 # Purely for users that always supend, they'd not get cruft cleaned up on login. 0010 # That's also why persistence is of no value or use. 0011 OnCalendar=weekly 0012 Persistent=false 0013 0014 [Install] 0015 WantedBy=timers.target