unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Guix home user-level shepherd services
@ 2022-06-15 23:18 Tangonov
  2022-06-15 23:28 ` Tangonov
  0 siblings, 1 reply; 7+ messages in thread
From: Tangonov @ 2022-06-15 23:18 UTC (permalink / raw)
  To: GUIX Help


[-- Attachment #1.1: Type: text/plain, Size: 1514 bytes --]


Hello Guix!

I don't seem to be able to start Shepherd services from my guix 
home config. The services fail to start, despite being startable 
from the command line from both reconfigure & container.

Here's what my services look like:

#+BEGIN_SRC scheme
(home-environment
 (packages
  (specifications->packages
   (append %base-packages
           %emacs
           %multimedia
           %browsers
           %chat-clients
           %devel)))
 (services
  (list ; ... bash services
        (service home-shepherd-service-type
                 (home-shepherd-configuration
                  (services (list
                             (shepherd-service
                              (provision '(syncthing))
                              (start #~(make-system-constructor 
                              "syncthing"))
                              (stop #~(make-kill-destructor))
                              (documentation
                               "Synchronize folders to other 
                               device"))
                             (shepherd-service
                              (provision '(pantalaimon))
                              (start #~(make-system-constructor 
                              "pantalaimon"))
                              (stop #~(make-kill-destructor))
                              (documentation
                               "Crypto back-end server for 
                               ement.el")))))))))
#+END_SRC

Thanks again for the help & software


[-- Attachment #1.2: Type: text/plain, Size: 16 bytes --]

-- 

- tangonov

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-19 12:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15 23:18 Guix home user-level shepherd services Tangonov
2022-06-15 23:28 ` Tangonov
2022-06-16  1:09   ` Tangonov
2022-06-16 16:19     ` Fredrik Salomonsson
2022-06-16 18:36       ` Tangonov
2022-06-16 21:45         ` Fredrik Salomonsson
2022-06-19 12:23         ` Efraim Flashner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).