eww service is now type forking, should improve reliability
This commit is contained in:
parent
91ca50ba63
commit
362f4c1d0b
@ -3,9 +3,11 @@ Description=eww status bars
|
|||||||
PartOf=sway-session.target
|
PartOf=sway-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=forking
|
||||||
ExecStart=eww daemon --no-daemonize
|
ExecStart=eww daemon
|
||||||
ExecReload=eww reload
|
ExecReload=eww reload
|
||||||
|
ExecStop=eww kill
|
||||||
|
ExecStopPost=sleep 1
|
||||||
Slice=session.slice
|
Slice=session.slice
|
||||||
MemoryAccounting=yes
|
MemoryAccounting=yes
|
||||||
# Eww is prone to memory leaks, esp. with (for ...), so
|
# Eww is prone to memory leaks, esp. with (for ...), so
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user