summaryrefslogtreecommitdiff
path: root/runit/sv/mako/run
diff options
context:
space:
mode:
Diffstat (limited to 'runit/sv/mako/run')
-rwxr-xr-xrunit/sv/mako/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/runit/sv/mako/run b/runit/sv/mako/run
new file mode 100755
index 0000000..266f521
--- /dev/null
+++ b/runit/sv/mako/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+exec mako ${OPTS:-} 2>&1