You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain why startup_script_behavior => blocking is a good idea
Recommend writing startup scripts that inform the user of what's happening, e.g. echo "Synchronizing /home ..."
Mention the importance of & in text (outside of code comments) and mention that >/dev/null 2>&1 may be required to prevent startup script from hanging at the end