summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-06-15 00:50:29 +0200
committerGravatar Tom Willemse2014-06-15 00:50:29 +0200
commita357db8c8e78ded49da244435afe49c076cfac86 (patch)
tree41d30584dbfdb1d079c54f35286a9227cf051299
parent31315ad4e95492f13fbf19104e780c557c207bb3 (diff)
downloademacs-a357db8c8e78ded49da244435afe49c076cfac86.tar.gz
emacs-a357db8c8e78ded49da244435afe49c076cfac86.zip
Add prodigy task for running mollie-bank
-rw-r--r--.emacs.d/init.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e215816..500cfd6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1118,7 +1118,16 @@ from myaethon2.core.decorators import (
:command "python"
:args '("-m" "smtpd" "-n" "-c" "DebuggingServer" "localhost:1025")
:tags '(work mail)
- :kill-process-buffer-on-stop t))
+ :kill-process-buffer-on-stop t)
+
+ (prodigy-define-service
+ :name "Picturefix mollie-bank"
+ :command "bundle"
+ :args '("exec" "mollie-bank")
+ :cwd "~/projects/work/photension/picturefix"
+ :path '("~/.rbenv/shims")
+ :tags '(work)
+ :kill-signal 'sigkill))
(stante-after python-environment
(setcar python-environment-virtualenv "virtualenv2"))