speaking of systemd units, could anyone tell me please if this is safe to enable (I tried to write i

speaking of systemd units, could anyone tell me please if this is safe to enable (I tried to write it myself and i am still a linux noob). thanks
[Unit]
Description=Stops XWaylandVideoBridge from running on boot.
After=plasma-kwin_wayland.service

[Service]
Type=oneshot
ExecStartPre=/bin/sleep 20
ExecStart=/bin/pkill -f xwaylandvideobridge

[Install]
WantedBy=graphical-session.target
Was this page helpful?