Systemd warnings

I’ve found (at least) two systemd warnings:

[  826.459642] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[  826.480243] systemd[1]: /usr/lib/systemd/system/stop-dmesg.service:2: Unknown key name 'USER' in section 'Unit', ignoring.
[  826.487724] systemd[1]: Configuration file /usr/lib/systemd/system/attach-bluetooth.service is marked executable. Please remove executable permission bits. Proceeding anyway.

Welcome to Manjaro! :smiling_face_with_three_hearts:

  1. Please read the information behind this link. It will help you to post necessary information. [HowTo] Provide System Information
  2. Please press the three dots below your post and then press the :pencil2:
  • To make your post more readable, add 3 backticks ``` on an extra line before and after the pasted text.
1 Like

Find out, to which package does the file belong ?

pacman -Qo /usr/lib/systemd/system/plymouth-start.service
pacman -Qo /usr/lib/systemd/system/stop-dmesg.service
pacman -Qo /usr/lib/systemd/system/attach-bluetooth.service

Then inform the mantainer