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 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) |