Skip to content

daemon-reload not required #76

@arch-user-france1

Description

@arch-user-france1

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

Metadata

Metadata

Assignees

Labels

bugTYPE: a report on something that isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions