]> git.ipfire.org Git - thirdparty/pdns.git/commit
Meson: Support pdns-auth and ixfrdist service files 14055/head
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 10 Apr 2024 08:59:52 +0000 (10:59 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 10 Apr 2024 08:59:52 +0000 (10:59 +0200)
commit8f3205dce5eb18457ec52a3283f0c0ceb9dc61db
tree3e20e7117de9a765cd462cbc66abd3268b99694d
parentedd462ae3e4a01e38cf0dfeed12b716145bc6465
Meson: Support pdns-auth and ixfrdist service files

Service files are treated like a config.h.in file. This adds support for a common base of
service file configuration options containing basic systemd feature checks.

Then, each of pdns-auth and ixfrdist have their own "general" and "instance" service files
that are generated from a common service file. This is why things like @Description@,
@ConfigName@ and @Config@ are made generic so that each version of the service file can
use it own string.
auth/systemd/ixfrdist.service.in [new file with mode: 0644]
auth/systemd/pdns-auth.service.in [new file with mode: 0644]
meson.build