mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
8 lines
219 B
SYSTEMD
8 lines
219 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Shutdown running niri session
|
||
|
|
DefaultDependencies=no
|
||
|
|
StopWhenUnneeded=true
|
||
|
|
|
||
|
|
Conflicts=graphical-session.target graphical-session-pre.target
|
||
|
|
After=graphical-session.target graphical-session-pre.target
|