1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00

15 Commits

Author SHA1 Message Date
6dbae76818 fix: align systemd unit file with default IPFS installation path (#10163) 2023-10-05 07:29:10 +00:00
cb280cbf16 docs: replace docs.ipfs.io with docs.ipfs.tech (#9158)
* docs: fix redirecting URL in README.md
* all: replace `docs.ipfs.io` with `docs.ipfs.tech`
* apply suggestions from code review

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-08-05 19:01:10 +03:00
0c2f9d5950 Fix typos (#8548) 2021-11-17 21:16:06 +01:00
ce617a03e2 fix: set systemd startup timeout to infinity
fixes #7369
fixes #8034
2021-03-31 16:20:46 -07:00
b47ecd0cba systemd: specify repo path, to avoid unnecessary subdirectory 2020-06-16 00:49:00 +02:00
25a2e31b63 systemd: add a service file with systemd hardening features 2020-05-26 10:25:32 +02:00
e9843fbd31 systemd: disable swap-usage for ipfs 2020-05-10 16:17:06 +02:00
cfcd876b2f Merge pull request #7265 from RubenKelevra/feat/longer_systemd_timeouts
systemd: add helptext
2020-05-08 13:30:47 -07:00
e6c43a6360 Merge pull request #7287 from RubenKelevra/feat/systemd-service-add-documentation-link
systemd: add the link to the docs
2020-05-08 13:29:55 -07:00
d66004d6db systemd: add state directory setting
this will inform systemd where the service stores it's persistent data and where it needs write access.
Systemd will create the folder and set the right owner rights.
2020-05-07 23:18:50 +02:00
18c9ad012a systemd: add the link to the docs 2020-05-07 23:13:08 +02:00
06abad73e6 systemd: add helptext to the service file which explains how to make changes 2020-05-01 15:17:52 +02:00
dfb52fb3e2 systemd.service: enable restart on crash and run as system user 'ipfs'
add some optional paramters with short help texts
add sysuser.conf
2020-04-30 22:00:30 +02:00
87f2e38017 systemd: add notify support
That way, we can reliably know when the daemon is ready.
2019-09-27 16:08:30 -07:00
429c4b537c implement systemd socket activation
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-09-27 16:08:30 -07:00