mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
11 lines
155 B
Desktop File
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
|