From c0da3d5e29d69c93be9f73bee37610fabcc57747 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Fri, 19 Aug 2022 18:37:14 +0200 Subject: [PATCH] Update misc/systemd/kubo-hardened.service Co-authored-by: Marcin Rataj --- misc/systemd/kubo-hardened.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/systemd/kubo-hardened.service b/misc/systemd/kubo-hardened.service index ee17ff1cbc70..49d07b21c939 100644 --- a/misc/systemd/kubo-hardened.service +++ b/misc/systemd/kubo-hardened.service @@ -51,7 +51,7 @@ CapabilityBoundingSet=CAP_NET_BIND_SERVICE # enable for 1-1024 port listening #AmbientCapabilities=CAP_NET_BIND_SERVICE # enable to specify a custom path see docs/environment-variables.md for further documentations -#Environment=IPFS_PATH=/custom/kubo/path +#Environment=IPFS_PATH=/custom/kubo-repo/path # enable to specify a higher limit for open files/connections #LimitNOFILE=1000000