From 1572e917434e4a90503c00dfaf61efb03d8bac6a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 26 Oct 2025 21:24:08 +0000 Subject: Add mako service --- init.d/mako | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 init.d/mako diff --git a/init.d/mako b/init.d/mako new file mode 100755 index 0000000..473ab4c --- /dev/null +++ b/init.d/mako @@ -0,0 +1,9 @@ +#!/sbin/openrc-run + +description="A lightweight notificaion daomon for Wayland" + +command="mako" +command_args="" + +supervisor=supervise-daemon +error_logger="logger -t '${RC_SVCNAME}' -p daemon.error" -- cgit