When my machine boots up, I get the following message in the log: ----------- requirement `networking' in file `/usr/local/etc/rc.d/athens' has no providers. ----------- I believe that the problem is that the REQUIRE in Forgejo's rc script should refer to "NETWORKING", not "networking". You can see this by (for example) running the following command in /etc/rc.d: ----------- grep REQUIRE * | grep -i networking ----------- To be explicit, please note that the uppercasing matters.
(In reply to Robert William Vesterman from comment #0) Whoops, I said: "... the problem is that the REQUIRE in Forgejo's rc script...". Sorry, that was a tragic copy/paste mishap - should be Athens' rc script, of course.