Systemd 状态看到切片但禁用没有

Systemd 状态看到切片但禁用没有

我正在尝试禁用以下切片。状态显示它处于活动状态,但是当我去禁用它时,它不存在。我在某处读到这可能是 SELinux 问题。我们确实启用了 SELinux,但我对此了解不多。

sudo systemctl disable 'system-dbus\\x2d:1.8\\x2dorg.kde.powerdevil.backlighthelper.slice'
Failed to disable unit: Unit file system-dbus\x2d:1.8\x2dorg.kde.powerdevil.backlighthelper.slice does not exist.
sudo systemctl status 'system-dbus\\x2d:1.8\\x2dorg.kde.powerdevil.backlighthelper.slice'
● system-dbus\x2d:1.8\x2dorg.kde.powerdevil.backlighthelper.slice - Slice /system/dbus-:1.8-org.kde.powerdevil.backlighthelper
     Loaded: loaded
     Active: active since Tue 2023-02-14 10:28:27 EST; 18min ago
      Until: Tue 2023-02-14 10:28:27 EST; 18min ago
      Tasks: 0
     Memory: 48.0K
        CPU: 28ms
     CGroup: /system.slice/system-dbus\x2d:1.8\x2dorg.kde.powerdevil.backlighthelper.slice

 Feb 14 10:28:27 localhost.localdomain systemd[1]: Created slice Slice /system/dbus-:1.8-org.kde.powerdevil.backlighthelper.
 Feb 14 10:28:27 localhost.localdomain backlighthelper[2715]: org.kde.powerdevil: no kernel backlight interface found

相关内容