1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
Files
kubo/cmd/ipfs/daemon_other.go
Steven Allen 87f2e38017 systemd: add notify support
That way, we can reliably know when the daemon is ready.
2019-09-27 16:08:30 -07:00

8 lines
80 B
Go

// +build !linux
package main
func notifyReady() {}
func notifyStopping() {}