Update build.md

This commit is contained in:
Johannes Pohl 2016-07-03 11:48:13 +02:00 committed by GitHub
parent 7a1c5d60aa
commit 9ef4c69035

View file

@ -90,11 +90,11 @@ Install Snapserver
$ 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"
For additional command line arguments, add:
For additional command line arguments, add in `/etc/rc.conf`:
snapserver_opts="<your custom options>"