Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
cce-session.target (470B)
1 [Unit]
2 Description=CCE Session
3 # The session root. `startcce` starts this target after the compositor is up and
4 # stops it on the way out, so it is the thing user units hang off to mean "runs
5 # for the life of a cce session" — cce-grid and cce-remote are WantedBy it.
6 # It is deliberately static (no [Install]): nothing enables it, startcce starts
7 # it by name.
8 BindsTo=graphical-session.target
9 Before=graphical-session.target
10 RefuseManualStart=no
11 RefuseManualStop=no