add wm-exit.service to the user session
This commit is contained in:
parent
2842f8b17e
commit
e20829a913
10
roles/yavdr-xorg/templates/systemd/user/wm-exit.service.j2
Normal file
10
roles/yavdr-xorg/templates/systemd/user/wm-exit.service.j2
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=exit window manager gracefully
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/bin/true
|
||||||
|
ExecStop=/usr/bin/openbox --exit
|
||||||
|
RemainAfterExit=True
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user