diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-30 01:50:18 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-30 01:50:18 +0100 |
commit | 59b274d880e98a6fd48d2686b8f872176a9e1f98 (patch) | |
tree | 04d2bef8097b7ba64f3185ed5ba7e8384409df7b | |
parent | 5661460cb88763febcda8b9151166af9bbc98f90 (diff) |
checkpoint
-rwxr-xr-x | bin/extra/start | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/extra/start b/bin/extra/start new file mode 100755 index 0000000..bbac4e4 --- /dev/null +++ b/bin/extra/start @@ -0,0 +1,3 @@ +#!/bin/sh + +setsid $@ > /dev/null 2>&1 & |