summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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 acaa5b9..52ea389 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1125,6 +1125,15 @@ from myaethon2.core.decorators import (
:cwd "~/projects/work/photension/picturefix"
:path '("~/.rbenv/shims")
:tags '(work)
+ :kill-signal 'sigkill)
+
+ (prodigy-define-service
+ :name "Picturefix"
+ :command "bundle"
+ :args '("exec" "rails" "s")
+ :cwd "~/projects/work/photension/picturefix"
+ :path '("~/.rbenv/shims")
+ :tags '(work)
:kill-signal 'sigkill))
(stante-after python-environment