### Gentoo init scripts Copy the files to `/etc/init.d/` ``` # cp /path/to/scripts/funquail_* /etc/init.d/ ``` Make the files executable: ``` # chmod +x /etc/init.d/funquail_* ``` Starting funquail_server will automatically start the other two, as well as nginx and redis. ``` # rc-service funquail_server start ```