()
| 43 | } |
| 44 | |
| 45 | func (s *notifySocket) Close() error { |
| 46 | return s.socket.Close() |
| 47 | } |
| 48 | |
| 49 | // If systemd is supporting sd_notify protocol, this function will add support |
| 50 | // for sd_notify protocol from within the container. |
no outgoing calls
no test coverage detected