byedpi/dist/bsd
2024-12-20 16:37:27 +03:00
..
byedpi Add start instruction as daemon 2024-12-20 16:37:27 +03:00
README.md Add start instruction as daemon 2024-12-20 16:37:27 +03:00

Installing on BSD

Tested on FreeBSD 14.1 and DrafonFly BSD 6.4

Building

cd byedpi/
make
sudo make install

System Service

You can configure the program to run as system service.

As system service:

sudo cp byedpi /usr/local/etc/init.d
sudo sysrc byedpi_enable="YES"

You should see the service now marked as "active":

sudo service byedpi status