nixos cups-browsed: better link to avahi-daemon

Link cups browsed daemon to reload or exit with the avahi-daemon.
This commit is contained in:
Thomas Strobel 2015-12-21 17:31:09 +01:00
parent cdd7310a50
commit 2b9b9dc611

View File

@ -247,6 +247,8 @@ in
wantedBy = [ "multi-user.target" ];
wants = [ "cups.service" "avahi-daemon.service" ];
bindsTo = [ "cups.service" "avahi-daemon.service" ];
partOf = [ "cups.service" "avahi-daemon.service" ];
after = [ "cups.service" "avahi-daemon.service" ];
path = [ cups ];