metroplex009
Dabbler
- Joined
- Dec 23, 2011
- Messages
- 13
Hey folks,
I am trying to advertise sickbeard, sabsnzbd and other services as Bonjour Services. I have all these guys running on my freenas 8.0.3 x64.
I have created my http.service file for avahi but whenever i try to place it in "/usr/local/etc/avahi/services" it gets blown away on reboot. Is there any way to make the file stay persistent?
I am a unix noob so please be gentle :)
IN case you are wondering here is the http.service contents
I am trying to advertise sickbeard, sabsnzbd and other services as Bonjour Services. I have all these guys running on my freenas 8.0.3 x64.
I have created my http.service file for avahi but whenever i try to place it in "/usr/local/etc/avahi/services" it gets blown away on reboot. Is there any way to make the file stay persistent?
I am a unix noob so please be gentle :)
IN case you are wondering here is the http.service contents
Code:
<?xml version="1.0" standalone="no"?> <service-group> <name replace-wildcards="yes">Sabnzbd on %h</name> <service> <type>_http._tcp</type> <port>8085</port> </service> </service-group> <service-group> <name replace-wildcards="yes">Sickbeard on %h</name> <service> <type>_http._tcp</type> <port>8081</port> </service> </service-group> <service-group> <name replace-wildcards="yes">Couch Potato on %h</name> <service> <type>_http._tcp</type> <port>5000</port> </service> </service-group> <service-group> <name replace-wildcards="yes">Headphones on %h</name> <service> <type>_http._tcp</type> <port>8181</port> </service> </service-group> <service-group> <name replace-wildcards="yes">Admin GUI on %h</name> <service> <type>_http._tcp</type> <port>80</port> </service> </service-group>