mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ksmbd-tools: add avahi service file package
* add avahi service file package, so linux clients can discover ksmbd shares Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" standalone='no'?>
|
||||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
||||
<service-group>
|
||||
<name replace-wildcards="yes">%h</name>
|
||||
<service>
|
||||
<type>_smb._tcp</type>
|
||||
<port>445</port>
|
||||
</service>
|
||||
</service-group>
|
||||
Reference in New Issue
Block a user