summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-26 21:24:08 +0000
committerBlake Romero <blake@developercraft.com>2025-10-26 21:24:08 +0000
commit1572e917434e4a90503c00dfaf61efb03d8bac6a (patch)
treea4807d264a02d0c08c200462b514adce267c8c18 /init.d
parent8ffad252bd303e3ba8b6baa986da1829ce62b6d5 (diff)
Add mako service
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/mako9
1 files changed, 9 insertions, 0 deletions
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"