aboutsummaryrefslogtreecommitdiffstats
path: root/config/shepherd/init.scm
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-12-07 11:24:09 +0100
committerOscar Najera <hi@oscarnajera.com>2024-01-13 02:27:42 +0100
commit2d9291a7f24268ce58a3d98a4ad9a16a05665df0 (patch)
treef3f60fbf2e9345d43f25daf842126a25b834f389 /config/shepherd/init.scm
parenta7c7d9f0c29b7cb564d6eda2e6b11d3cdad2d351 (diff)
downloaddotfiles-2d9291a7f24268ce58a3d98a4ad9a16a05665df0.tar.gz
dotfiles-2d9291a7f24268ce58a3d98a4ad9a16a05665df0.tar.bz2
dotfiles-2d9291a7f24268ce58a3d98a4ad9a16a05665df0.zip
run roam semantic search as shepherd daemon
Diffstat (limited to 'config/shepherd/init.scm')
-rw-r--r--config/shepherd/init.scm2
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))