mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Update build.md
This commit is contained in:
parent
7a1c5d60aa
commit
9ef4c69035
1 changed files with 2 additions and 2 deletions
|
@ -90,11 +90,11 @@ Install Snapserver
|
||||||
|
|
||||||
$ sudo gmake TARGET=FREEBSD install
|
$ sudo gmake TARGET=FREEBSD install
|
||||||
|
|
||||||
This will copy the server binary to `/usr/local/sbin` and the startup script to `/local/etc/rc.d/snapserver`. To enable the Snapserver, add this line to `/etc/rc.conf`:
|
This will copy the server binary to `/usr/local/sbin` and the startup script to `/usr/local/etc/rc.d/snapserver`. To enable the Snapserver, add this line to `/etc/rc.conf`:
|
||||||
|
|
||||||
snapserver_enable="YES"
|
snapserver_enable="YES"
|
||||||
|
|
||||||
For additional command line arguments, add:
|
For additional command line arguments, add in `/etc/rc.conf`:
|
||||||
|
|
||||||
snapserver_opts="<your custom options>"
|
snapserver_opts="<your custom options>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue