diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-26 21:24:08 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-26 21:24:08 +0000 |
| commit | 1572e917434e4a90503c00dfaf61efb03d8bac6a (patch) | |
| tree | a4807d264a02d0c08c200462b514adce267c8c18 /init.d | |
| parent | 8ffad252bd303e3ba8b6baa986da1829ce62b6d5 (diff) | |
Add mako service
Diffstat (limited to 'init.d')
| -rwxr-xr-x | init.d/mako | 9 |
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" |
