autostart: Start nextcloud in the background

This commit is contained in:
2020-04-11 14:01:06 +02:00
parent 011c022435
commit 81dfe0d04d

View File

@@ -149,7 +149,7 @@ if [[ "${MACHINE_HAS_SPOTIFY}" == "true" ]] ; then
fi
if [[ "${MACHINE_HAS_NEXTCLOUD}" == "true" ]] ; then
run nextcloud nextcloud
run nextcloud nextcloud --background
fi
if [[ "${MACHINE_HAS_RESTIC_BACKUP}" == "true" ]] ; then