funquail/deploy/Gentoo/README.md
Alexander 460e3f4a4b Revert "Update README.md"
This reverts commit d6d609af767bc74eff3ca59a64b302a197397e10
2019-03-18 10:10:05 +01:00

19 lines
No EOL
327 B
Markdown

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