diff options
Diffstat (limited to 'rootdir/bin')
-rw-r--r-- | rootdir/bin/suntrold.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rootdir/bin/suntrold.sh b/rootdir/bin/suntrold.sh new file mode 100644 index 0000000..170b738 --- /dev/null +++ b/rootdir/bin/suntrold.sh @@ -0,0 +1,7 @@ +#!/vendor/bin/sh + +# Start suntrold +/vendor/bin/suntrold + +# Sleep infinite to prevent that suntrold's subprocess gets killed +tail -f /dev/null |