11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
|
[Unit]
|
||
|
Description=exit window manager gracefully
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/true
|
||
|
ExecStop=/usr/bin/openbox --exit
|
||
|
RemainAfterExit=True
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|