@rubytech/taskmaster 1.22.6 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/package.json +1 -1
- package/scripts/install.sh +1 -1
package/dist/build-info.json
CHANGED
package/package.json
CHANGED
package/scripts/install.sh
CHANGED
|
@@ -196,7 +196,7 @@ Description=Restart avahi if mDNS is unresponsive
|
|
|
196
196
|
|
|
197
197
|
[Service]
|
|
198
198
|
Type=oneshot
|
|
199
|
-
ExecCondition=/bin/sh -c '!
|
|
199
|
+
ExecCondition=/bin/sh -c '! ip maddr show | grep -q 224.0.0.251'
|
|
200
200
|
ExecStart=/bin/systemctl restart avahi-daemon
|
|
201
201
|
WATCHSVC
|
|
202
202
|
as_root tee /etc/systemd/system/avahi-watchdog.timer > /dev/null << 'WATCHTMR'
|