Skip to content
Snippets Groups Projects
Commit e31a4f34 authored by Alexander's avatar Alexander
Browse files

Add new file

parent fca3a308
No related branches found
No related tags found
No related merge requests found
### 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment