diff options
-rw-r--r-- | dotfiles/.dmd.d/init.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/.dmd.d/init.scm b/dotfiles/.dmd.d/init.scm index 1ecb844..4315b09 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -128,7 +128,7 @@ Ruby version, and listens on PORT." ;; run it in a loop instead. (forever (system* "offlineimap") - (sleep 20)))) + (sleep 40)))) #:stop (make-kill-destructor)) ;; FUSE (make <service> @@ -148,7 +148,8 @@ Ruby version, and listens on PORT." (mkdir (scope "playlists"))) (touch-file (scope "database")) (fork+exec-command - (list "mpd" (scope "mpd.conf"))))) + (list "mpd" "--no-daemon"(scope "mpd.conf")))) + #:stop (make-kill-destructor)) (simple-service "mpdscribble")) ;; Send dmd into the background |