0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

avahi-daemon: add ConfigurationDirectory to ensure "avahi/services" exists

This commit is contained in:
Sebastian Sellmeier 2023-01-30 00:12:07 +01:00
parent c6fd903606
commit f531b17f7d
No known key found for this signature in database
GPG key ID: 51E2BE0CCC826F98

View file

@ -275,6 +275,7 @@ in
BusName = "org.freedesktop.Avahi";
Type = "dbus";
ExecStart = "${pkgs.avahi}/sbin/avahi-daemon --syslog -f ${avahiDaemonConf}";
ConfigurationDirectory = "avahi/services";
};
};