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? Ludo’.