aboutsummaryrefslogtreecommitdiff
path: root/src/run.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.lisp')
-rw-r--r--src/run.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/run.lisp b/src/run.lisp
index 677d46c..e6583e2 100644
--- a/src/run.lisp
+++ b/src/run.lisp
@@ -12,4 +12,5 @@
(defun run ()
(a:if-let ((conf-file (get-option "--config")))
(start-from-config conf-file)
- (start-from-config)))
+ (start-from-config))
+ (loop while *runningp* do (sleep 10)))