summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"))