-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
P3Low: Not priority right nowLow: Not priority right nowexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulhelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be workedtopic/daemon + inittopic/repoTopic repoTopic repo
Description
Version information:
0.5.0
Description:
Now that go-ipfs supports systemd's "notification" system, we need to tell systemd to repeatedly extend time startup timeout while performing repo migrations. Otherwise, systemd may kill the daemon thinking it timed out on startup.
We can do this by repeatedly sending EXTEND_TIMEOUT_USEC=... to systemd's notification socket using github.com/coreos/go-systemd/v22/daemon. See cmd/ipfs/daemon_linux.go for how we interact with systemd's notification service.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Low: Not priority right nowLow: Not priority right nowexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulhelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be workedtopic/daemon + inittopic/repoTopic repoTopic repo