add wm-exit.service to the user session

This commit is contained in:
Alexander Grothe 2017-07-31 12:24:20 +02:00
parent 2842f8b17e
commit e20829a913
1 changed files with 10 additions and 0 deletions

View 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