diff options
Diffstat (limited to 'config/shepherd/init.scm')
-rw-r--r-- | config/shepherd/init.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shepherd/init.scm b/config/shepherd/init.scm index c94b034..3d47bd4 100644 --- a/config/shepherd/init.scm +++ b/config/shepherd/init.scm @@ -22,4 +22,4 @@ ;; Services to start when shepherd starts: ;; Add the name of each service that should be started to the list ;; below passed to 'for-each'. -(for-each start '(habit-logs)) +(for-each start '(habit-logs roam-semantic-db)) |