Warning, /plasma/drkonqi/src/coredump/launcher/drkonqi-coredump-launcher.socket 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=Socket to launch DrKonqi for a systemd-coredump crash 0006 DefaultDependencies=no 0007 0008 [Socket] 0009 # This is a bit problematic. Technically the user should be able to set the runtime dir via env as well, but we need 0010 # a persistent location so the system-level service can talk to us :| 0011 ListenSequentialPacket=/run/user/%U/drkonqi-coredump-launcher 0012 SocketMode=0600 0013 Accept=yes 0014 # NB: this effectively also limits how many concurrent drkonqis run! 0015 MaxConnections=16 0016 0017 [Install] 0018 WantedBy=sockets.target