Skip to content

Commit 361455c

Browse files
committed
ServiceManagerReadyNotify is not just for systemd
1 parent 77059ce commit 361455c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dnscrypt-proxy/proxy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)