This website requires JavaScript.
Explore
Help
Sign In
Xeorg
/
site
Watch
2
Star
0
Fork
You've already forked site
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
aebdda487b
site
/
runit
/
backplane
/
run
9 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
-n
"
$BACKPLANE_TOKEN
"
]
then
/usr/bin/backplane connect
else
sleep 999d
fi
Reference in New Issue
View Git Blame
Copy Permalink