$ sudo systemctl reload nginx
```
-### Systemd
+### systemd
-Copy the SystemD configuration template:
+If your OS uses systemd, copy the configuration template:
```
$ sudo cp /var/www/peertube/peertube-latest/support/systemd/peertube.service /etc/systemd/system/
$ sudo systemctl enable peertube
```
-### Run
+Run:
```
$ sudo systemctl start peertube
### FreeBSD
-Copy the startup script and update rc.conf:
+If you're using 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 echo peertube_enable="YES" >> /etc/rc.conf
```
-#### Run
+Run:
```
$ sudo service peertube start