comparison host/startup/startLuanhost.sh @ 1631:35c626c06dd5

add startup scripts for mac os
author fffilimonov
date Mon, 13 Dec 2021 09:14:52 +0000
parents
children
comparison
equal deleted inserted replaced
1630:b735ed134662 1631:35c626c06dd5
1 #!/bin/bash
2
3 set -eu
4
5 cd "$1";
6
7 #can't determine if network is available at startup
8 sleep 60;
9
10 ./start.sh "launchd";