kubo/misc/systemd/ipfs.service
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

11 lines
155 B
Desktop File

[Unit]
Description=IPFS Daemon
[Service]
Type=notify
ExecStart=/usr/bin/ipfs daemon --init --migrate
KillSignal=SIGINT
[Install]
WantedBy=default.target