You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autodedection on installation if systemd-networkd or NetworkManager is enabled and started.
depending on dedection, change the /etc/systemd/system/portmaster.service file
Why do you and others need this?:
example: fedora doesn't use systemd-networkd (by default). portmaster.service has by default "After=systemd-networkd.service". so it would never autostart on system boot.
change to "After=NetworkManager.service" solves this problem.
Greetings and welcome to our community! As this is the first issue you opened here, we wanted to share some useful infos with you:
🗣️ Our community on Discord is super helpful and active. We also have an AI-enabled support bot that knows Portmaster well and can give you immediate help.
📖 The Wiki answers all common questions and has many important details. If you can't find an answer there, let us know, so we can add anything that's missing.
What would you like to add or change?:
autodedection on installation if systemd-networkd or NetworkManager is enabled and started.
depending on dedection, change the /etc/systemd/system/portmaster.service file
Why do you and others need this?:
example: fedora doesn't use systemd-networkd (by default). portmaster.service has by default "After=systemd-networkd.service". so it would never autostart on system boot.
change to "After=NetworkManager.service" solves this problem.
example commands:
systemctl is-active systemd-networkd
systemctl is-enabled systemd-networkd
systemctl is-active NetworkManager
systemctl is-enabled NetworkManager
The text was updated successfully, but these errors were encountered: