diff options
author | Efraim Flashner | 2023-09-20 03:13:44 -0500 |
---|---|---|
committer | shepherd | 2023-09-20 03:13:44 -0500 |
commit | 687609d61c1c990222140a955687e1d11857c257 (patch) | |
tree | b1b93a5333c7c9103cdc87fa12ed3d202d3ae359 /shepherd | |
parent | 7d649772f8b15b0cbc1f24fc529adb821c89d7eb (diff) | |
download | gn-shepherd-services-687609d61c1c990222140a955687e1d11857c257.tar.gz |
Update pluto service
Diffstat (limited to 'shepherd')
-rw-r--r-- | shepherd/init.d/pluto.scm | 3 |
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)) |