mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
24e41c67af
`avahi-daemon` does not launch on some newer Android environment. Closes https://github.com/termux/termux-packages/issues/17061
12 lines
201 B
Diff
12 lines
201 B
Diff
--- a/avahi-daemon/ssh.service
|
|
+++ b/avahi-daemon/ssh.service
|
|
@@ -28,7 +28,7 @@
|
|
|
|
<service>
|
|
<type>_ssh._tcp</type>
|
|
- <port>22</port>
|
|
+ <port>8022</port>
|
|
</service>
|
|
|
|
</service-group>
|