In Spacemacs, the default setting when quitting is to ask the user to confirm that by exiting the app they will also kill any spawned processes (e.g. terminal instance, REPL, daemons).
This can be easily disabled by changing the appropriate setting:
;; Don't require a confirmation to quit and kill processes
(setq confirm-kill-processes nil)