Skip to content

Instantly share code, notes, and snippets.

@rfletcher
Created January 27, 2011 21:17
Show Gist options
  • Save rfletcher/799296 to your computer and use it in GitHub Desktop.
Save rfletcher/799296 to your computer and use it in GitHub Desktop.
$ cat /etc/avahi/services/device-info.service
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- $Id: sftp-ssh.service 1294 2006-08-31 15:48:34Z lennart $ -->
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_device-info._tcp</type>
<port>0</port>
<txt-record>model=RackMac</txt-record>
</service>
</service-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment