Nyxt: Start slynk by default.

master
Pierre Neidhardt 2020-09-02 16:26:47 +02:00
parent f342c8e6ac
commit 297f574b4d
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ Make sure you understand the security risks associated with this
before running this command."
(slynk:create-server :port slynk-port :dont-close t)
(echo "Slynk server started at port ~a" slynk-port))
;; Start slynk by default.
(unless nyxt::*keep-alive*
(slynk:create-server :port 4006 :dont-close t))