aboutsummaryrefslogtreecommitdiff
path: root/shepherd
diff options
context:
space:
mode:
Diffstat (limited to 'shepherd')
-rw-r--r--shepherd/init.d/pluto.scm3
1 files changed, 1 insertions, 2 deletions
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))