From 58f7e611e4aa5fcd575ca5715c4913bf56c7031b Mon Sep 17 00:00:00 2001 From: Dan Ponte Date: Sun, 13 Aug 2023 13:33:42 +0000 Subject: [PATCH] Require postgres --- rc.d/lemmy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/lemmy b/rc.d/lemmy index 53f07e3..afc415b 100755 --- a/rc.d/lemmy +++ b/rc.d/lemmy @@ -1,6 +1,6 @@ #!/bin/sh # PROVIDE: lemmy -# REQUIRE: NETWORKING SYSLOG DAEMON +# REQUIRE: NETWORKING SYSLOG DAEMON postgresql # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: