From 4e766cc4d1f46ab8851d77684382f5f6c10b7dce Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 17 Feb 2025 15:44:26 +0100 Subject: hiccup service --- hiccup/run | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 hiccup/run (limited to 'hiccup/run') diff --git a/hiccup/run b/hiccup/run new file mode 100755 index 0000000..dc7f2c9 --- /dev/null +++ b/hiccup/run @@ -0,0 +1,12 @@ +#!/bin/execlineb + +envfile env + +importas -S HICCUP_USER +s6-setuidgid $HICCUP_USER + +importas -S HICCUP_PATH +cd $HICCUP_PATH + +foreground { make build } +target/release/web -- cgit v1.2.3