diff --git a/add-service.md b/add-service.md index a61f756c7..bcce9eb6f 100644 --- a/add-service.md +++ b/add-service.md @@ -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" \ No newline at end of file + diff --git a/journal/2021-04-16.md b/journal/2021-04-16.md index 68ea94739..ac99dae3c 100644 --- a/journal/2021-04-16.md +++ b/journal/2021-04-16.md @@ -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. \ No newline at end of file +- 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. \ No newline at end of file diff --git a/systemd.md b/systemd.md index 4291d4294..fac7b00bd 100644 --- a/systemd.md +++ b/systemd.md @@ -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 \ No newline at end of file