dotfiles/mako/mako.service

15 lines
275 B
SYSTEMD
Raw Normal View History

[Unit]
Description=A lightweight Wayland notification daemon
Documentation=man:mako(1)
PartOf=graphical-session.target
[Install]
WantedBy=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/mako
RestartSec=5
Restart=always