Re: Defining custom services in /etc/config.scm

2021-01-25 Thread Sergiu Ivanov
Hi Carlo, Thanks a lot for your answer ! Thus quoth Carlo Zancanaro on Sun Jan 24 2021 at 23:25 (+0100): > On Mon, Jan 25 2021, Sergiu Ivanov wrote: >> I understand that I should somehow construct a (?) from my >> , but I don't see a way to do it. > > Unfortunately Guix overloads the word

Re: Defining custom services in /etc/config.scm

2021-01-24 Thread Carlo Zancanaro
Hi Sergiu! On Mon, Jan 25 2021, Sergiu Ivanov wrote: I understand that I should somehow construct a (?) from my , but I don't see a way to do it. Unfortunately Guix overloads the word "service", where we have (a) services that consist of structured modifications to an operating system, and

Re: Defining custom services in /etc/config.scm

2021-01-24 Thread Sergiu Ivanov
Hi Ekaitz, Thank you for your very fast answer! Thus quoth Ekaitz Zarraga on Sun Jan 24 2021 at 20:19 (+0100): > > I recently made my redshift configuration using shepherd user > services, which is what people in IRC recommended me. > > You can find it here: >

Re: Defining custom services in /etc/config.scm

2021-01-24 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Sunday, January 24, 2021 8:09 PM, Sergiu Ivanov wrote: > Hello, > > I'm trying to start redshift [0] as a shepherd service, and this is how > I defined the redshift service in my /etc/config.scm: > > (define evry-geolocation "48.63681:2.42777") > (define

Defining custom services in /etc/config.scm

2021-01-24 Thread Sergiu Ivanov
Hello, I'm trying to start redshift [0] as a shepherd service, and this is how I defined the redshift service in my /etc/config.scm: (define evry-geolocation "48.63681:2.42777") (define redshift-service (shepherd-service (provision '(redshift)) (requirement '(xorg-server))