(local-file "../psql/postgresql.conf")
>#:data-directory "/data/psql"
>#:locale "en_US.utf8")
> %base-services)))
>
> I changed the contents of postgresql.conf (again), and re-ran "sudo guix
> system reconfigure&
ql-service
>#:config-file (local-file "../psql/postgresql.conf")
>#:data-directory "/data/psql"
>#:locale "en_US.utf8")
> %base-services)))
>
> I changed the contents of postg
ata-directory "/data/psql"
#:locale "en_US.utf8")
%base-services)))
I changed the contents of postgresql.conf (again), and re-ran "sudo guix system
reconfigure".
Then I wanted to stop the postgres service, and I believe I ran: "
2017-03-14 17:17 GMT+01:00 Ludovic Courtès :
> Hello!
>
> Catonano skribis:
>
> > I added a postgresql service to the list of my services, like this
> >
> > (services (cons* (postgresql-service #:locale "it_IT.UTF-8")
> > (gnome-desktop-service)
> > (xfce-desktop-s
Hello!
Catonano skribis:
> I added a postgresql service to the list of my services, like this
>
> (services (cons* (postgresql-service #:locale "it_IT.UTF-8")
> (gnome-desktop-service)
> (xfce-desktop-service)
> %desktop-services))
>
> This is an
I added a postgresql service to the list of my services, like this
(services (cons* (postgresql-service #:locale "it_IT.UTF-8")
(gnome-desktop-service)
(xfce-desktop-service)
%desktop-services))
This is an excerpt of the "guix system reconfigure e