summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-13 08:50:43 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-13 08:51:07 -0400
commit91a12f4d262f4ab3d4714fdb03ba45283edea049 (patch)
tree484f556178a104a53d65a869a0213a3ffc546f2c
parenta93bcacdd920f8026407641fa12b7cc6b97b29f6 (diff)
dmd: Update mpd and offlineimap services.
-rw-r--r--dotfiles/.dmd.d/init.scm5
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