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:
parent
cdd7310a50
commit
2b9b9dc611
@ -247,6 +247,8 @@ in
|
|||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
wants = [ "cups.service" "avahi-daemon.service" ];
|
wants = [ "cups.service" "avahi-daemon.service" ];
|
||||||
|
bindsTo = [ "cups.service" "avahi-daemon.service" ];
|
||||||
|
partOf = [ "cups.service" "avahi-daemon.service" ];
|
||||||
after = [ "cups.service" "avahi-daemon.service" ];
|
after = [ "cups.service" "avahi-daemon.service" ];
|
||||||
|
|
||||||
path = [ cups ];
|
path = [ cups ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user