diff options
-rw-r--r-- | gn/services/rshiny.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gn/services/rshiny.scm b/gn/services/rshiny.scm index 8633c0a..90e4728 100644 --- a/gn/services/rshiny.scm +++ b/gn/services/rshiny.scm @@ -9,7 +9,6 @@ (use-modules (gnu) (guix records) - (guix packages) (ice-9 match)) (use-service-modules shepherd) (use-package-modules cran) @@ -38,8 +37,7 @@ #$(string-append "/run/current-system/profile/bin/" binary)) ;#:log-file #$(string-append "/var/log/" binary ".log") ; kills shepherd #:environment-variables - (list "R_LIBS_USER=/run/current-system/profile/site-library/") - #:log-file #$(string-append "/var/log/rshiny-" (package-name package) ".log"))) + (list "R_LIBS_USER=/run/current-system/profile/site-library/"))) ;; Now lets try it with fork+exec ;; Outcome: shepherd says failed, runs in the background. ;(start |