From 566895e72554c0614c6b3a6b06ed7e151de7291f Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 18 Aug 2021 18:14:17 +0200 Subject: [PATCH] Default commit message, part of an automated flow. --- systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.md b/systemd.md index cfee8d29a..3e2bf675e 100644 --- a/systemd.md +++ b/systemd.md @@ -7,7 +7,7 @@ - `loginctl enable-linger username` - If you get any bus errors, you may need to: - `export XDG_RUNTIME_DIR=/run/user/\`id -u\`` - - Scripts go in `.config/systemd/user/`, add an example.service file and then: + - Scripts go in `.config/systemd/user/`, add an `example.service` file and then: - `systemctl --user start example` - `systemctl --user enable example` - See `agora-server.service` in [[go/agora-server]] as an example.