Browse Source

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.
pull/5076/head
Grogdor 10 years ago
parent
commit
d66207cac4
  1. 2
      init/freebsd

2
init/freebsd

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# PROVIDE: couchpotato # PROVIDE: couchpotato
# REQUIRE: DAEMON # REQUIRE: LOGIN
# KEYWORD: shutdown # KEYWORD: shutdown
# Add the following lines to /etc/rc.conf to enable couchpotato: # Add the following lines to /etc/rc.conf to enable couchpotato:

Loading…
Cancel
Save