12 lines
206 B
SYSTEMD
12 lines
206 B
SYSTEMD
|
[Unit]
|
||
|
Description=A lightweight Wayland notification daemon
|
||
|
Documentation=man:mako(1)
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/mako
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|