]> git.proxmox.com Git - pve-network.git/commit
install dnsmasq@.service snippet
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Nov 2023 13:22:13 +0000 (14:22 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Nov 2023 13:37:39 +0000 (14:37 +0100)
commitf9497f55e8809a8e8b27256ebe195a1f5a52b5a7
tree86940967b4fce19bcadcc38be5464a775e41c2cf
parentd4938d7aa3a1ed753692bc563867ccbc09008a40
install dnsmasq@.service snippet

To
- start after networking.service (in order to make sure ifupdown has
  created all the interfaces before dnsmasq tries to find them via the
  'interfaces=' lines.
- drop the 'Requires=network.target' since it is not a *provider* of
  that target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/Makefile
src/services/00-dnsmasq-after-networking.conf [new file with mode: 0644]
src/services/Makefile [new file with mode: 0644]