Add basic helper scripts for starting different binaries

This commit is contained in:
Eli Ribble 2026-02-25 16:14:18 +00:00
parent de0d112630
commit 0c6cd3b562
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

2
start-nidus-sync.sh Executable file
View file

@ -0,0 +1,2 @@
#!/run/current-system/sw/bin/bash
export $(cat /var/run/secrets/nidus-dev-sync-env | xargs) && ./nidus-sync 2>&1 | tee nidus-sync.log