1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
Files
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