From d66207cac4449d00a5f5e8999d3a480d5b33e742 Mon Sep 17 00:00:00 2001 From: Grogdor Date: Tue, 23 Jun 2015 11:36:37 -0600 Subject: [PATCH] Change rcoder of startup script CouchPotato doesn't need to run before LOGIN and this is mandatory for non-root user anyway, see #4 under 6.26.1. Pre-Commit Checklist at https://www.freebsd.org/doc/en/books/porters-handbook/rc-scripts.html Tested on FreeBSD 10.1-RELEASE amd64 as root, non-root with appropriate permissions, service start/status/stop, shutdown, reboot. --- init/freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/freebsd b/init/freebsd index d389933..bf67b48 100644 --- a/init/freebsd +++ b/init/freebsd @@ -1,7 +1,7 @@ #!/bin/sh # # PROVIDE: couchpotato -# REQUIRE: DAEMON +# REQUIRE: LOGIN # KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable couchpotato: