From 5da4283bfcfc7b2e21b17812b3812aa9fd855f8f Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 21 Aug 2022 14:05:00 +0200 Subject: [PATCH] autopushed --- systemd.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systemd.md b/systemd.md index 869d2e994..83d4f9532 100644 --- a/systemd.md +++ b/systemd.md @@ -1,5 +1,3 @@ -# Systemd - - I run all [[agora]] services as systemd [[user services]]. - How to keep a user process running: - [[go]] https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html @@ -11,3 +9,4 @@ - `systemctl --user start example` - `systemctl --user enable example` - See `agora-server.service` in [[go/agora-server]] as an example. + - If you want to refer to the home directory in a user systemd service (I use a lot of these, also on my workstations), you can use the variable `%h` for it. `~`, `$HOME` won't work.