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 e9decee commit 1e106b2Copy full SHA for 1e106b2
roles/ipfs/templates/etc/systemd/system/ipfs.service
@@ -10,7 +10,8 @@ StateDirectory=ipfs
10
LimitNOFILE={{ ipfs_fd_max }}
11
MemorySwapMax=0
12
Environment="IPFS_FD_MAX={{ ipfs_fd_max}}"
13
-ExecStart=/usr/local/bin/ipfs daemon --migrate
+ExecStart=/usr/local/bin/ipfs daemon --migrate {%- if ipfs_enable_gc | default(False) %} --enable-gc{% endif %}
14
+
15
Restart=on-failure
16
KillSignal=SIGINT
17
0 commit comments