Skip to content

Commit

Permalink
Update faq.md systemd-tmpfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc64 authored and astro committed Sep 30, 2023
1 parent 90c2c0f commit 95f2454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ systemd.tmpfiles.rules = map (vmHost:
machineId = self.lib.addresses.machineId.${vmHost};
in
# creates a symlink of each MicroVM's journal under the host's /var/log/journal
"L+ /var/log/journal/${machineId} - - - /var/lib/microvms/${vmHost}/journal/${machineId}"
"L+ /var/log/journal/${machineId} - - - - /var/lib/microvms/${vmHost}/journal/${machineId}"
) (builtins.attrNames self.lib.addresses.machineId);
```

Expand Down

0 comments on commit 95f2454

Please sign in to comment.