Don't start IPFS, init startes the daemon

pull/3270/head
ulmentflam 1 year ago
parent 441a96c956
commit 252061b627
No known key found for this signature in database
  1. 2
      install/ipfs-install.sh

@ -47,7 +47,7 @@ Restart=on-failure
WantedBy=multi-user.target
EOF
systemctl -q daemon-reload
systemctl enable --now -q ipfs.service
systemctl enable -q ipfs.service
msg_ok "Created Service"
motd_ssh

Loading…
Cancel
Save