From 91a12f4d262f4ab3d4714fdb03ba45283edea049 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 13 Aug 2015 08:50:43 -0400 Subject: dmd: Update mpd and offlineimap services. --- dotfiles/.dmd.d/init.scm | 5 +++-- 1 file 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 @@ -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 -- cgit v1.2.3