From 7eab371f635e37df5cd2d09343f6c90b88ffd413 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 22 Feb 2025 21:58:44 +0100 Subject: common lisp projects source registry --- config/shepherd/init.d/my-daemons.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/shepherd') diff --git a/config/shepherd/init.d/my-daemons.scm b/config/shepherd/init.d/my-daemons.scm index c235bfd..69de472 100644 --- a/config/shepherd/init.d/my-daemons.scm +++ b/config/shepherd/init.d/my-daemons.scm @@ -6,8 +6,6 @@ #:documentation "Habit tracker" #:start (make-forkexec-constructor (list "sbcl" - "--load" - (string-append (getenv "HOME") "/dev/common-lisp/todo-demo/habit.asd") "--eval" "(asdf:load-system :habit)" "--eval" "(habit-log::main)" "--non-interactive") -- cgit v1.2.3