Ludovic Courtès (2016-01-26 13:46 +0300) wrote: > Alex Kost <alez...@gmail.com> 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?
Oops, I already pushed this patch. I don't have any preference for this name, and I think it doesn't really matter what name to use, especially taking into account that this default name is not used by GuixSD. -- Alex