diff options
| author | 2014-10-15 09:13:55 +0200 | |
|---|---|---|
| committer | 2014-10-15 09:13:55 +0200 | |
| commit | 02871ce988c14287245502e013e997351d3db661 (patch) | |
| tree | 3f93fd2cbc189acc79f14916bfb611cb039ab3e8 | |
| parent | dafda8a9c47ec04a375b565f466b2b8efc8d8e91 (diff) | |
| download | dotfiles-02871ce988c14287245502e013e997351d3db661.tar.gz dotfiles-02871ce988c14287245502e013e997351d3db661.zip | |
Add mailcatcher prodigy service
| -rw-r--r-- | emacs/.emacs.d/init.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 88f79ce..1b61ffd 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1185,6 +1185,15 @@ from myaethon2.core.decorators import ( :cwd "~/projects/work/photension/picturefix" :path '("~/.rbenv/shims") :tags '(work) + :kill-signal 'sigkill) + + (prodigy-define-service + :name "Picturefix mailcatcher" + :command "bundle" + :args '("exec" "mailcatcher") + :cwd "~/projects/work/photension/picturefix" + :path '("~/.rbenv/shims") + :tags '(work) :kill-signal 'sigkill)) (stante-after python-environment |
