mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 07:26:21 +00:00
Auto: misc.
This commit is contained in:
+2
-6
@@ -1,6 +1,6 @@
|
||||
# add service
|
||||
|
||||
- [[push]] [[systemd]]
|
||||
- [[pull]] [[systemd]]
|
||||
- [[go]] https://www.maxlaumeister.com/u/run-ipfs-on-boot-ubuntu-debian/
|
||||
- create `example.service` in `/etc/system/system`
|
||||
- `sudo systemctl start example`
|
||||
@@ -21,8 +21,4 @@ Restart=on-failure
|
||||
WantedBy=default.target
|
||||
```
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[push]: push "Push"
|
||||
[systemd]: systemd "Systemd"
|
||||
[go]: go "Go"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# 2021-04-16
|
||||
|
||||
- Got a new 32gb module for my laptop. It turned out that I was shipped a 8gb model plus 8gb expansion instead of a 16gb (soldered mem) model, so now I have 40gb of ram. I'll complain to the vendor as now I have 8gb of ram I have no use for, but I'm happy with the upgrade.
|
||||
- spoke to
|
||||
- [[thomas]]
|
||||
|
||||
I got a new 32gb ram module for my laptop. It turned out that I was shipped a 8gb model plus 8gb expansion instead of a 16gb (soldered mem) model, so now I have 40gb of ram. I'll complain to the vendor as now I have 8gb of ram I have no use for, but I'm happy with the upgrade.
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Systemd
|
||||
|
||||
- How to keep a user process running:
|
||||
- https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html
|
||||
- [[go]] https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html
|
||||
- Scripts go in .config/systemd/user/, add an example.service file and then:
|
||||
- systemctl --user enable example
|
||||
- systemctl --user start example
|
||||
Reference in New Issue
Block a user