From 252061b6275a67bfb48abf21c58d7ea5ddac77bf Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Wed, 26 Jun 2024 13:02:27 -0400 Subject: [PATCH] Don't start IPFS, init startes the daemon --- install/ipfs-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ipfs-install.sh b/install/ipfs-install.sh index 205b2598..c79c4bdf 100644 --- a/install/ipfs-install.sh +++ b/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