nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
0 deletions
-
stage2/01-sys-tweaks/files/rc.local
|
|
@ -29,6 +29,8 @@ if [ ! -f /home/umbrel/service-configured ]; then |
|
|
|
update-rc.d umbrelbox enable || exit 1 |
|
|
|
echo "starting up umbrelbox" |
|
|
|
/etc/init.d/umbrelbox start |
|
|
|
|
|
|
|
# TODO: maybe configure wallet when startup is complete? (or put it inside docker-compose) |
|
|
|
|
|
|
|
# Making this as done so we don't go through updates again |
|
|
|
touch /home/umbrel/service-configured |
|
|
|