mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 12:08:49 +02:00
systemd: fix ordering loop on shutdown
This commit is contained in:
parent
7ed896496f
commit
c2e32d1824
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ Wants=xsession.target
|
|||
ExecStart=/usr/bin/i3
|
||||
ExecReload=/usr/bin/i3-msg reload
|
||||
ExecReload=/bin/systemctl --user restart i3-companion.service
|
||||
ExecStopPost=/bin/systemctl --user stop graphical-session.target
|
||||
ExecStopPost=/bin/systemctl --user stop --no-block graphical-session.target
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue