On Mon, Apr 19, 2021 at 01:21:47PM -0400, Leo Famulari wrote: > Okay. So I guess that what we need to do here is add 'daemonize' to the > REQUIRE list in guix-install.sh. Well, I thought it about for a bit longer, and realized that we don't want the script to require this command, since it is only used on systems using SysV init. Does anybody know if the install script has a mechanism for optional dependencies? How should we handle this?