bundles/nfs-server: add avahi config
This commit is contained in:
parent
2b0e559f6c
commit
ae07976439
4 changed files with 45 additions and 20 deletions
10
bundles/nfs-server/files/avahi.service
Normal file
10
bundles/nfs-server/files/avahi.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" standalone='no'?>
|
||||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
||||
<service-group>
|
||||
<name replace-wildcards="yes">NFS ${path} on %h</name>
|
||||
<service>
|
||||
<type>_nfs._tcp</type>
|
||||
<port>2049</port>
|
||||
<txt-record>path=${path}</txt-record>
|
||||
</service>
|
||||
</service-group>
|
Loading…
Add table
Add a link
Reference in a new issue