diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-08-20 13:17:34 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-08-20 13:17:34 -0400 |
commit | cb8a1e4240ad530ea9c7af4a48540affb822edcb (patch) | |
tree | 02d6c57b77753023158435aaa3bfb44d82401a1c | |
parent | b359586f9ac54b6665819d9b4bb32ae2c3a5215c (diff) |
dmd: Fix indenting on punjab service.
-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 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 <service> #: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) |