mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
11 lines
181 B
SYSTEMD
11 lines
181 B
SYSTEMD
|
[Unit]
|
||
|
Description="Eww daemon"
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/eww daemon --no-daemonize
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wm-ready.target
|