byedpi/dist/linux
2024-09-11 15:53:41 +03:00
..
byedpi.service linux service instructions (#128) 2024-09-11 15:53:41 +03:00
README.md linux service instructions (#128) 2024-09-11 15:53:41 +03:00

Installing on Linux

Building

cd byedpi/
make
sudo make install

Systemd Service (optional)

Copy and enable the service:

cp byedpi.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable byedpi.service
systemctl --user start byedpi.service

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

systemctl --user status byedpi.service