Skip to content

After every update, Alfis overwrites the systemd service file #423

Description

@marek22k

Hello,

I've made some adjustments to the alfis systemd service file. I'm saving the configuration in /etc/alfis/alfis.conf. This not only allows me to better isolate alfis from a security standpoint, but also to store keys directly in /etc/alfis.
Unfortunately, alfis overwrites this file after every update - which prevents my DNS service (CoreDNS) from starting, since alfis binds to port 53 first.

I would like alfis to consider the following measures:

  1. Place the systemd service file in /usr/lib/systemd/system/alfis.service instead of /etc/systemd/system/alfis.service. Packages typically install their systemd units in /usr/lib/systemd, not /etc/systemd. This allows admins to override service units by placing them in /etc.
  2. In the future, the Alfis systemd unit should use /etc/alfis/alfis.conf itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions