guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shepherd] 06/09: Rename default system configuration file.


From: Ludovic Courtès
Subject: Re: [shepherd] 06/09: Rename default system configuration file.
Date: Tue, 26 Jan 2016 11:46:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> skribis:

> --- a/modules/shepherd/support.scm
> +++ b/modules/shepherd/support.scm
> @@ -280,7 +280,7 @@ TARGET should be a string representing a filepath + name."
>  global system configuration file when running as 'root'.  As a side effect,
>  create a template configuration file if non exists."
>    (if (zero? (getuid))
> -      (string-append %sysconfdir "/dmdconf.scm")
> +      (string-append %sysconfdir "/shepherd.conf.scm")

I had overlooked this, but maybe just “shepherd.scm” would be enough?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]