mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
@@ -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"
|
||||||
@@ -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,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user