Warning, /system/kde-nomodeset/systemd/kde-nomodeset.service 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=nomodeset informational application 0006 PartOf=graphical-session.target 0007 ConditionKernelCommandLine=nomodeset 0008 0009 [Service] 0010 ExecStart=/usr/bin/kde-nomodeset 0011 Type=simple 0012 0013 [Install] 0014 # Kind of meh but we need to start with a service that is kinda late enough to not be too early and 0015 # we don't have a lot of grand candidates for that :( 0016 WantedBy=plasma-kglobalaccel.service