Joseph LaFreniere <jos...@lafreniere.xyz> writes:
> When attempting to run the code in > https://guix.gnu.org/en/blog/2020/gnu-shepherd-user-services/, I > get the following error: > > 2020-08-23T22:43:48-0500 .config/shepherd/init.d $ shepherd > Service root has been started. > WARNING: Use of `load' in declarative module (#{ g54}#). Add > #:declarative? #f to your define-module invocation. This is merely a warning. It is due to a change in Guile 3 that informs you that certain optimizations are not possible due to the use of load. You can ignore this. The module name indicates that this is a *generated* module and not something you wrote by yourself. -- Ricardo