You are not logged in.
Today i've found that my init process is listening on port 9418. Is it normal behaviour? It looks foolish for me.
There is git service on this port.
# netstat -lptn
...
tcp6 0 0 :::9418 :::* LISTEN 1/init
/usr/lib/systemd/system/git-daemon@.service: http://paste.kde.org/prjyau78i
/usr/lib/systemd/system/git-daemon.socket: http://paste.kde.org/pjn7unt7b
Last edited by janepe (2014-10-08 12:35:43)
Offline
systemd .socket files work by only starting the required service (for instance git) when a request comes at the appropriate port. So, if the service has not launched yet, the init system (systemd) listens on that port instead and waits for a request to arrive.
Offline