From 724b6ccee42ed4de8c15483ab197f3d2f956a995 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 25 Dec 2024 15:13:13 +0000 Subject: Add systemd service files --- systemd/system-user/mako.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 systemd/system-user/mako.service (limited to 'systemd/system-user/mako.service') diff --git a/systemd/system-user/mako.service b/systemd/system-user/mako.service new file mode 100644 index 0000000..0afbfb9 --- /dev/null +++ b/systemd/system-user/mako.service @@ -0,0 +1,16 @@ +[Unit] +Description=Lightweight Wayland notification daemon +Documentation=man:mako(1) +PartOf=graphical-session.target +After=graphical-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 + -- cgit v1.2.3-70-g09d2