summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-08 17:26:20 +0200
committerGravatar Tom Willemse2014-07-08 17:26:20 +0200
commitafed586d3d601b4b4dd8054ae7ebf687d5f80ea1 (patch)
tree9cfec4ec9c48c6bf8982df7392e1f3b3bd7c1be7
parent586e1a2c296c03d9a0f04fea5552f2e6ce755d5b (diff)
downloademacs-afed586d3d601b4b4dd8054ae7ebf687d5f80ea1.tar.gz
emacs-afed586d3d601b4b4dd8054ae7ebf687d5f80ea1.zip
Add prodigy task for picturefix's sidekiq
-rw-r--r--.emacs.d/init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b38b5c5..1e96521 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1135,6 +1135,15 @@ from myaethon2.core.decorators import (
:cwd "~/projects/work/photension/picturefix"
:path '("~/.rbenv/shims")
:tags '(work)
+ :kill-signal 'sigkill)
+
+ (prodigy-define-service
+ :name "Picturefix sidekiq"
+ :command "bundle"
+ :args '("exec" "sidekiq")
+ :cwd "~/projects/work/photension/picturefix"
+ :path '("~/.rbenv/shims")
+ :tags '(work)
:kill-signal 'sigkill))
(stante-after python-environment