1
0
Fork 0

Add FreeBSD startup

This commit is contained in:
Gérald Niel 2018-03-19 22:48:15 +01:00
parent f8087a5476
commit 6d55bd21a9
1 changed files with 16 additions and 0 deletions

View File

@ -143,6 +143,22 @@ $ sudo systemctl start peertube
$ sudo journalctl -feu peertube
```
### FreeBSD
Copy the startup script and update rc.conf:
```
$ sudo cp /var/www/peertube/peertube-latest/support/freebsd/peertube /usr/local/etc/rc.d/
$ sudo chmod +x /usr/local/etc/rc.d/peertube
$ sudo echo peertube_enable="YES" >> /etc/rc.conf
```
#### Run
```
$ sudo service peertube start
```
### Administrator
The administrator password is automatically generated and can be found in the