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:
parent
c6fd903606
commit
f531b17f7d
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ in
|
|||
BusName = "org.freedesktop.Avahi";
|
||||
Type = "dbus";
|
||||
ExecStart = "${pkgs.avahi}/sbin/avahi-daemon --syslog -f ${avahiDaemonConf}";
|
||||
ConfigurationDirectory = "avahi/services";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue