2022-11-18 22:12:21 +01:00
|
|
|
### Gentoo init scripts
|
2019-03-18 10:10:05 +01:00
|
|
|
|
2022-11-23 22:42:32 +01:00
|
|
|
Copy the files to `/etc/init.d/`
|
2019-03-18 10:10:05 +01:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
# 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
|
2022-11-18 22:12:21 +01:00
|
|
|
```
|