From 687609d61c1c990222140a955687e1d11857c257 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 20 Sep 2023 03:13:44 -0500 Subject: Update pluto service --- shepherd/init.d/pluto.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shepherd') diff --git a/shepherd/init.d/pluto.scm b/shepherd/init.d/pluto.scm index 23a696e..6a985ca 100644 --- a/shepherd/init.d/pluto.scm +++ b/shepherd/init.d/pluto.scm @@ -3,8 +3,7 @@ #:provides '(pluto) #:docstring "Run a pluto web server" #:start (make-forkexec-constructor - ;; Update the path to runpluto as the guix-profile changes. - '("/home/shepherd/guix-profiles/pluto/bin/guix" "shell" "--container" "--network" "--no-cwd" "julia-visuals" "--" "/gnu/store/wbci39sd5pqrjrb5ak0lkmv9jhnl35kv-julia-visuals-0.0.0-1.e7d670e/runpluto.sh") + '("/home/shepherd/run_pluto.sh") #:log-file "/home/shepherd/logs/pluto.log") #:stop (make-kill-destructor) #:respawn? #t)) -- cgit v1.2.3