diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/production.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 35c7de3b5..16efe17c4 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -185,9 +185,8 @@ $ sudo journalctl -feu peertube | |||
185 | On FreeBSD, copy the startup script and update rc.conf: | 185 | On FreeBSD, copy the startup script and update rc.conf: |
186 | 186 | ||
187 | ``` | 187 | ``` |
188 | $ sudo cp /var/www/peertube/peertube-latest/support/freebsd/peertube /usr/local/etc/rc.d/ | 188 | $ sudo install -m 0555 /var/www/peertube/peertube-latest/support/freebsd/peertube /usr/local/etc/rc.d/ |
189 | $ sudo chmod +x /usr/local/etc/rc.d/peertube | 189 | $ sudo sysrc peertube_enable="YES" |
190 | $ sudo echo peertube_enable="YES" >> /etc/rc.conf | ||
191 | ``` | 190 | ``` |
192 | 191 | ||
193 | Run: | 192 | Run: |