Browse Source

Start up docker-compose

master
nolim1t 5 years ago
parent
commit
507bfccc05
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 3
      stage2/01-sys-tweaks/files/rc.local

3
stage2/01-sys-tweaks/files/rc.local

@ -27,7 +27,10 @@ if [ ! -f /home/umbrel/service-configured ]; then
update-rc.d umbrelbox defaults || exit 1
echo "Enabling startup for umbrel box"
update-rc.d umbrelbox enable || exit 1
echo "starting up umbrelbox"
/etc/init.d/umbrelbox start
# Making this as done so we don't go through updates again
touch /home/umbrel/service-configured
fi

Loading…
Cancel
Save