From 07510de42074b5c19f0a37b6cfaed46ed5d48e5a Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Sun, 22 Mar 2020 20:16:02 -0700 Subject: [PATCH] Mention linger --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6864ff5..35a82fd 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,11 @@ systemctl --user list-timers #### Advanced example (with restic and multiple servers) If you have multiple servers, you can use `@` to create timers on-demand for each server. This assumes the server directories are named the same as the screen name. +To start at boot, you may also need to enable linger: +```bash +loginctl enable-linger "$USER" +``` + `~/.config/systemd/user/minecraft-backup.timer` ```systemd [Unit]