funquail/deploy/Gentoo/README.md
Shin'ya Minazuki 54c6d22102 音楽で楽しみましょう!-Let's have fun with music!-
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
2026-01-24 16:16:49 -03:00

19 lines
322 B
Markdown

### 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
```