22 lines
415 B
Desktop File
22 lines
415 B
Desktop File
[Unit]
|
|
Description=eww status bars
|
|
PartOf=sway-session.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=eww daemon
|
|
ExecReload=eww reload
|
|
ExecStop=eww kill
|
|
ExecStopPost=sleep 1
|
|
Slice=session.slice
|
|
MemoryAccounting=yes
|
|
# Eww is prone to memory leaks, esp. with (for ...), so
|
|
# if it ever goes nuts, kill it and restart.
|
|
MemoryHigh=150M
|
|
MemoryMax=400M
|
|
Restart=on-abnormal
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=sway-session.target
|