What is the bug / inaccuracy?:
Installing on Linux => Arch Linux
The doc:
# Clone the repository
git clone https://github.com/safing/portmaster-packaging
# Enter the repo and build/install the package (it's under linux/)
cd portmaster-packaging/linux
makepkg -is
# Start the Portmaster and enable autostart
sudo systemctl daemon-reload
sudo systemctl enable --now portmaster
The systemctl daemon-reload is not required.
What would you expect instead?:
The doc should be like that:
...
# Start the Portmaster and enable autostart
sudo systemctl enable --now portmaster
What is the bug / inaccuracy?:
Installing on Linux => Arch Linux
The doc:
The systemctl daemon-reload is not required.
What would you expect instead?:
The doc should be like that: