mirror of
https://github.com/hufrea/byedpi.git
synced 2026-09-14 11:06:10 +05:00
| .. | ||
| byedpi.service | ||
| README.md | ||
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