From f6dc64da2d6e0c3f62ed84085a329331c162e34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 25 Nov 2022 15:46:50 +0100 Subject: shepherd services --- config/shepherd/init.d/bitcoin.scm | 3 +-- elisp/shepherd.el | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/shepherd/init.d/bitcoin.scm b/config/shepherd/init.d/bitcoin.scm index d576eef..e638bef 100644 --- a/config/shepherd/init.d/bitcoin.scm +++ b/config/shepherd/init.d/bitcoin.scm @@ -34,10 +34,9 @@ #:provides '(lnd-testnet) #:start (make-forkexec-constructor (list "lnd" - "--lnddir=/run/media/titan/ext_backup/personal/bitcoin/lnd/" + "--lnddir=/mnt/disk/personal/bitcoin/lnd/" "--noseedbackup")) #:stop (make-kill-destructor 2) ;; 2 is SIGINT - interupt process stream, ctrl-C - #:requires '(bitcoin-testnet) #:respawn? #t)) ;; Mainnet diff --git a/elisp/shepherd.el b/elisp/shepherd.el index 1141d31..48a1aa8 100644 --- a/elisp/shepherd.el +++ b/elisp/shepherd.el @@ -63,7 +63,7 @@ `(,name . (lambda (service) (message (shepherd-command ,name service)))))) - '(status start stop restart enable))))) + '(start status stop restart enable))))) (provide 'shepherd) ;;; shepherd.el ends here -- cgit v1.2.3