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 fea77b4 commit 16bca44Copy full SHA for 16bca44
templates/ipfs/etc/systemd/system/ipfs.service
@@ -14,7 +14,7 @@ MemoryMax={{ ipfs_memory_max }}
14
{% endif %}
15
MemorySwapMax=0
16
Environment="IPFS_FD_MAX={{ ipfs_fd_max}}"
17
-ExecStart=/usr/local/bin/ipfs daemon --migrate {%- if ipfs_enable_gc | default(False) %} --enable-gc{% endif %}
+ExecStart=/usr/local/bin/ipfs daemon --migrate {%- if ipfs_enable_gc | default(False) %} --enable-gc{% endif %} {%- if ipfs_routing | default(False) %} --routing{% ipfs_routing %}
18
19
Restart=on-failure
20
KillSignal=SIGINT
0 commit comments