about summary refs log tree commit diff
path: root/shepherd
diff options
context:
space:
mode:
authorEfraim Flashner2023-01-22 02:10:04 -0600
committershepherd2023-01-22 02:10:04 -0600
commitda02d64280a03fbba4b2f93923e2479728ba2033 (patch)
treed69c7b257ec9148d24272c7038449113c7e56e07 /shepherd
parentfc91a0d7916f89fc3b574db6c47287fe8da4a323 (diff)
downloadgn-shepherd-services-da02d64280a03fbba4b2f93923e2479728ba2033.tar.gz
general service updates
Diffstat (limited to 'shepherd')
-rw-r--r--shepherd/disabled/covid19-pubseq.scm (renamed from shepherd/init.d/covid19-pubseq.scm)0
-rw-r--r--shepherd/disabled/genenetwork1.scm (renamed from shepherd/init.d/genenetwork1.scm)0
-rw-r--r--shepherd/disabled/gitea.scm (renamed from shepherd/init.d/gitea.scm)0
-rw-r--r--shepherd/disabled/hrdp-project.scm (renamed from shepherd/init.d/hrdp-project.scm)0
-rw-r--r--shepherd/disabled/ipfs.scm (renamed from shepherd/init.d/ipfs.scm)0
-rw-r--r--shepherd/disabled/mcron.scm (renamed from shepherd/init.d/mcron.scm)0
-rw-r--r--shepherd/disabled/ratspub.scm (renamed from shepherd/init.d/ratspub.scm)0
-rw-r--r--shepherd/disabled/test-upgrade.scm (renamed from shepherd/init.d/test-upgrade.scm)0
-rw-r--r--shepherd/disabled/virtuoso.scm (renamed from shepherd/init.d/virtuoso.scm)0
-rw-r--r--shepherd/init.d/pluto.scm16
10 files changed, 8 insertions, 8 deletions
diff --git a/shepherd/init.d/covid19-pubseq.scm b/shepherd/disabled/covid19-pubseq.scm
index 0d1709d..0d1709d 100644
--- a/shepherd/init.d/covid19-pubseq.scm
+++ b/shepherd/disabled/covid19-pubseq.scm
diff --git a/shepherd/init.d/genenetwork1.scm b/shepherd/disabled/genenetwork1.scm
index 31f1bb0..31f1bb0 100644
--- a/shepherd/init.d/genenetwork1.scm
+++ b/shepherd/disabled/genenetwork1.scm
diff --git a/shepherd/init.d/gitea.scm b/shepherd/disabled/gitea.scm
index b5d77f0..b5d77f0 100644
--- a/shepherd/init.d/gitea.scm
+++ b/shepherd/disabled/gitea.scm
diff --git a/shepherd/init.d/hrdp-project.scm b/shepherd/disabled/hrdp-project.scm
index 54ad53a..54ad53a 100644
--- a/shepherd/init.d/hrdp-project.scm
+++ b/shepherd/disabled/hrdp-project.scm
diff --git a/shepherd/init.d/ipfs.scm b/shepherd/disabled/ipfs.scm
index 1b8d21a..1b8d21a 100644
--- a/shepherd/init.d/ipfs.scm
+++ b/shepherd/disabled/ipfs.scm
diff --git a/shepherd/init.d/mcron.scm b/shepherd/disabled/mcron.scm
index 415e1f0..415e1f0 100644
--- a/shepherd/init.d/mcron.scm
+++ b/shepherd/disabled/mcron.scm
diff --git a/shepherd/init.d/ratspub.scm b/shepherd/disabled/ratspub.scm
index c1d552a..c1d552a 100644
--- a/shepherd/init.d/ratspub.scm
+++ b/shepherd/disabled/ratspub.scm
diff --git a/shepherd/init.d/test-upgrade.scm b/shepherd/disabled/test-upgrade.scm
index 6750ede..6750ede 100644
--- a/shepherd/init.d/test-upgrade.scm
+++ b/shepherd/disabled/test-upgrade.scm
diff --git a/shepherd/init.d/virtuoso.scm b/shepherd/disabled/virtuoso.scm
index 241fe23..241fe23 100644
--- a/shepherd/init.d/virtuoso.scm
+++ b/shepherd/disabled/virtuoso.scm
diff --git a/shepherd/init.d/pluto.scm b/shepherd/init.d/pluto.scm
index 81c7fe6..23a696e 100644
--- a/shepherd/init.d/pluto.scm
+++ b/shepherd/init.d/pluto.scm
@@ -1,13 +1,13 @@
 (define pluto
   (make <service>
-        #: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")
-                  #:log-file "/home/shepherd/logs/pluto.log")
-        #:stop (make-kill-destructor)
-        #:respawn? #t))
+	#: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")
+		  #:log-file "/home/shepherd/logs/pluto.log")
+	#:stop (make-kill-destructor)
+	#:respawn? #t))
 (register-services pluto)
 
 (start pluto)