We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1111a5 commit 0399c23Copy full SHA for 0399c23
packaging/aleph-vm/etc/systemd/system/ipfs.service
@@ -78,7 +78,7 @@ Group=ipfs
78
Environment=IPFS_PATH="/var/lib/ipfs"
79
ExecStartPre=/opt/kubo/ipfs init
80
ExecStartPre=/opt/kubo/ipfs config --json Gateway.PublicGateways '{"localhost": {"UseSubdomains": false, "Paths": ["/ipfs", "/ipns"]}}'
81
-ExecStart=/opt/kubo/ipfs daemon --init --migrate=true --init-profile=server
+ExecStart=/opt/kubo/ipfs daemon --migrate=true --init-profile=server
82
Restart=on-failure
83
KillSignal=SIGINT
84
0 commit comments