File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,9 +234,9 @@ func (proxy *Proxy) StartProxy() {
234234 curve25519 .ScalarBaseMult (& proxy .proxyPublicKey , & proxy .proxySecretKey )
235235 proxy .startAcceptingClients ()
236236 if ! proxy .child {
237- // Notify systemd that dnscrypt-proxy is ready. dnscrypt-proxy manages itself in case
238- // servers are not immediately live/reachable. Systemd may assume it is initialized and
239- // functioning properly. Note that the systemd notify 'Ready' signal is delayed if netprobe
237+ // Notify the service manager that dnscrypt-proxy is ready. dnscrypt-proxy manages itself in case
238+ // servers are not immediately live/reachable. The service manager may assume it is initialized and
239+ // functioning properly. Note that the service manager 'Ready' signal is delayed if netprobe
240240 // cannot reach the internet during start-up.
241241 if err := ServiceManagerReadyNotify (); err != nil {
242242 dlog .Fatal (err )
You can’t perform that action at this time.
0 commit comments