Skip to content

linux: systemd portmaster.service change  #103

Description

@muerta

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    suggestionTYPE: idea for new feature or improvements

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions