view backup/macos/startLuanBackup.sh @ 2033:905a6ade55f2 default

change corePoolSize from 1 to 10
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 04 Nov 2025 13:30:21 -0700
parents 45eaaf5146f3
children
line wrap: on
line source

#!/bin/bash

set -eu

cd "$1";

#can't determine if network is available at startup
sleep 60;

./start.sh "launchd";