feat(kernel): Automatically start the protocol server on boot
This commit is contained in:
@@ -82,6 +82,7 @@ The `main` function initializes the environment, loads skills, and starts the he
|
|||||||
|
|
||||||
(initialize-actuators)
|
(initialize-actuators)
|
||||||
(initialize-all-skills)
|
(initialize-all-skills)
|
||||||
|
(start-daemon)
|
||||||
(start-heartbeat)
|
(start-heartbeat)
|
||||||
|
|
||||||
;; Graceful shutdown handler for SBCL
|
;; Graceful shutdown handler for SBCL
|
||||||
|
|||||||
@@ -51,6 +51,7 @@
|
|||||||
|
|
||||||
(initialize-actuators)
|
(initialize-actuators)
|
||||||
(initialize-all-skills)
|
(initialize-all-skills)
|
||||||
|
(start-daemon)
|
||||||
(start-heartbeat)
|
(start-heartbeat)
|
||||||
|
|
||||||
;; Graceful shutdown handler for SBCL
|
;; Graceful shutdown handler for SBCL
|
||||||
|
|||||||
Reference in New Issue
Block a user