260e75f6c9
By marking as part of graphical-session we get a more graceful shutdown. Also switched to explicit restart inside the unit. Originally I did this with drop-ins, but this complicates wayland for now.
8 lines
173 B
SYSTEMD
8 lines
173 B
SYSTEMD
[Unit]
|
|
Description=KDE Window Manager
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/kwin_wayland
|
|
BusName=org.kde.KWin
|
|
Slice=session.slice
|