diff options
| -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" |
