From 6d55bd21a929eb5558dc1dfc3ae6857136496355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Mon, 19 Mar 2018 22:48:15 +0100 Subject: Add FreeBSD startup --- support/doc/production.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'support') diff --git a/support/doc/production.md b/support/doc/production.md index db0c8d99f..5c21ab772 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -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 -- cgit v1.2.3