mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-19 04:12:06 +03:00
402 B
402 B
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