mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-25 00:05:31 +03: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