Mention linger

This commit is contained in:
Nicolas Chan 2020-03-22 20:16:02 -07:00
parent a569083736
commit 07510de420

View file

@ -122,6 +122,11 @@ systemctl --user list-timers
#### Advanced example (with restic and multiple servers) #### 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. 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` `~/.config/systemd/user/minecraft-backup.timer`
```systemd ```systemd
[Unit] [Unit]