summarylogtreecommitdiffstats
path: root/mako.service
diff options
context:
space:
mode:
Diffstat (limited to 'mako.service')
-rw-r--r--mako.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/mako.service b/mako.service
new file mode 100644
index 000000000000..1c48492d9629
--- /dev/null
+++ b/mako.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Lightweight Wayland notification daemon
+Documentation=man:mako(1)
+PartOf=graphical-session.target
+After=graphical-session.target
+ConditionEnvironment=WAYLAND_DISPLAY
+
+[Service]
+Type=dbus
+BusName=org.freedesktop.Notifications
+ExecStart=/usr/bin/mako
+ExecReload=/usr/bin/makoctl reload
+
+[Install]
+WantedBy=graphical-session.target