Skip to content

Commit 0399c23

Browse files
authored
Update packaging/aleph-vm/etc/systemd/system/ipfs.service
1 parent b1111a5 commit 0399c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/aleph-vm/etc/systemd/system/ipfs.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Group=ipfs
7878
Environment=IPFS_PATH="/var/lib/ipfs"
7979
ExecStartPre=/opt/kubo/ipfs init
8080
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
81+
ExecStart=/opt/kubo/ipfs daemon --migrate=true --init-profile=server
8282
Restart=on-failure
8383
KillSignal=SIGINT
8484

0 commit comments

Comments
 (0)