From cb8a1e4240ad530ea9c7af4a48540affb822edcb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 20 Aug 2015 13:17:34 -0400 Subject: dmd: Fix indenting on punjab service. --- 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 628bbdc..5a2db7b 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -77,8 +77,9 @@ Ruby version, and listens on PORT." (make #:provides '(punjab) #:requires '() - #:start (make-forkexec-constructor (list "twistd" "--nodaemon" "-y" punjab-config) - #:directory punjab-home) + #:start (make-forkexec-constructor + (list "twistd" "--nodaemon" "-y" punjab-config) + #:directory punjab-home) #:stop (make-kill-destructor))) ;; Openfire (XMPP) -- cgit v1.2.3