Merge pull request #7299 from RubenKelevra/feat/systemd-disable-swap

systemd: disable swap-usage for ipfs
This commit is contained in:
Steven Allen 2020-05-10 11:41:20 -07:00 committed by GitHub
commit 19064b27d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,9 @@ After=network.target
# enable to specify a higher limit for open files/connections
#LimitNOFILE=1000000
#don't use swap
MemorySwapMax=0
Type=notify
User=ipfs
Group=ipfs