Add Prodigy service to run mabl link
This commit is contained in:
parent
a72bd2766d
commit
d3317c3691
@ -3551,6 +3551,13 @@ Some functions to make my day job easier.
|
||||
:stop-signal 'int
|
||||
:init-async (python-service-setup "lola-services-ZdLKpchq"
|
||||
"~/lola/lola-services/priceline/.env"))
|
||||
|
||||
(prodigy-define-service
|
||||
:name "mabl-link-agent"
|
||||
:command "link-agent"
|
||||
:args (lambda ()
|
||||
(list "-a" (password-store-get "mabl-link-agent")
|
||||
"-n" "jdormit-macbook")))
|
||||
#+END_SRC
|
||||
** Services (eShell)
|
||||
#+BEGIN_SRC emacs-lisp :lexical yes
|
||||
|
Loading…
Reference in New Issue
Block a user