Auto: misc.

This commit is contained in:
2021-03-31 12:12:10 +02:00
parent d529112a40
commit 5b4986fe22
4 changed files with 37 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
# add service
- [[push]] [[systemd]]
- [[go]] https://www.maxlaumeister.com/u/run-ipfs-on-boot-ubuntu-debian/
- create `example.service` in `/etc/system/system`
- `sudo systemctl start example`
- `sudo systemctl enable example`
```
[Unit]
Description=IPFS daemon
After=network.target
[Service]
User=ipfs
Group=ipfs
ExecStart=/usr/local/bin/ipfs daemon
Restart=on-failure
[Install]
WantedBy=default.target
```
[//begin]: # "Autogenerated link references for markdown compatibility"
[push]: push "Push"
[systemd]: systemd "Systemd"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+2
View File
@@ -3,6 +3,8 @@
- [[reading alexander]] tonight - [[reading alexander]] tonight
- read [[notsof]] - read [[notsof]]
- fix [[apl]] - fix [[apl]]
- fix [[ttwob]]
- [[add service]]
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[notsof]: ../notsof "Notsof" [notsof]: ../notsof "Notsof"
+3 -2
View File
@@ -3,13 +3,14 @@
- [[pull]] [[ttwob]] - [[pull]] [[ttwob]]
- a [[book]] - a [[book]]
- [[by]] [[christopher alexander]] - [[by]] [[christopher alexander]]
- [[ipfs]] QmZhvFuT6urnUG4pjJTDzmFWhTYkVpuzmJv4t9FvENLphs - [[ipfs]] ipfs://QmZhvFuT6urnUG4pjJTDzmFWhTYkVpuzmJv4t9FvENLphs
- [[old]] https://via.hypothes.is/ipfs.io/ipfs/QmZhvFuT6urnUG4pjJTDzmFWhTYkVpuzmJv4t9FvENLphs - [[old]] https://via.hypothes.is/ipfs.io/ipfs/QmZhvFuT6urnUG4pjJTDzmFWhTYkVpuzmJv4t9FvENLphs
- [[hypothesis]] https://via.hypothes.is/ipfs.io/ipfs/QmSAkc3VBwcV2KnETHj7rcJWRaD6Ba81ZJCdGtz1bXHBwM - [[hypothesis]] https://via.hypothes.is/https://stoa.anagora.org/ipfs/QmZhvFuT6urnUG4pjJTDzmFWhTYkVpuzmJv4t9FvENLphs
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull" [pull]: pull "Pull"
[ttwob]: ttwob "ttwob"
[book]: book "Book" [book]: book "Book"
[christopher alexander]: christopher-alexander "Christopher Alexander" [christopher alexander]: christopher-alexander "Christopher Alexander"
[ipfs]: ipfs "Ipfs" [ipfs]: ipfs "Ipfs"
+4
View File
@@ -0,0 +1,4 @@
# ttwob
- [[pull]] [[the-timeless-way-of-building]]