diff options
| author | 2026-01-19 20:18:38 +0100 | |
|---|---|---|
| committer | 2026-01-19 20:18:38 +0100 | |
| commit | 647fa59ecbc8b51309ef20288de5eb73a042f869 (patch) | |
| tree | 71bcdb01237d7b67df91588bf84572050b161155 /nitro@/run | |
initial importnitro
Diffstat (limited to 'nitro@/run')
| -rwxr-xr-x | nitro@/run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nitro@/run b/nitro@/run new file mode 100755 index 0000000..d368468 --- /dev/null +++ b/nitro@/run @@ -0,0 +1,7 @@ +#!/bin/sh + +# if we made it this far, all the checks have passed +USER="$1" +. ./common + +exec chpst -u "$CHPSTUSER" nitro "$CONFDIR" |
