16 lines
349 B
SYSTEMD
16 lines
349 B
SYSTEMD
|
[Unit]
|
||
|
Description=Lightweight Wayland notification daemon
|
||
|
Documentation=man:mako(1)
|
||
|
PartOf=sway-session.target
|
||
|
After=sway-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=org.freedesktop.Notifications
|
||
|
ExecCondition=/bin/sh -c '[ -n "$WAYLAND_DISPLAY" ]'
|
||
|
ExecStart=/usr/bin/mako
|
||
|
ExecReload=/usr/bin/makoctl reload
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|