21 lines
364 B
Markdown
21 lines
364 B
Markdown
### System V rc script for FreeBSD
|
|
|
|
Copy the file in `/usr/local/etc/rc.d`
|
|
|
|
```
|
|
# cp /path/to/funquail/deploy/FreeBSD/funquail_* /usr/local/etc/rc.d
|
|
```
|
|
|
|
If not add executable bit to the files.
|
|
|
|
```
|
|
# chmod +x /usr/local/etc/rc.d/funquail_*
|
|
```
|
|
|
|
Enable services in rc.conf
|
|
|
|
```
|
|
# sysrc funquail_server=YES
|
|
# sysrc funquail_worker=YES
|
|
# sysrc funquail_beat=YES
|
|
```
|