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