nixpkgs/nixos/modules/system
Jamey Sharp 10e8650515 nixos/systemd: let journald create /var/log/journal
The default value for journald's Storage option is "auto", which
determines whether to log to /var/log/journal based on whether that
directory already exists. So NixOS has been unconditionally creating
that directory in activation scripts.

However, we can get the same behavior by configuring journald.conf to
set Storage to "persistent" instead. In that case, journald will create
the directory itself if necessary.
2018-09-30 11:04:43 -07:00
..
activation nixos: top-level: indent 2018-09-24 19:45:16 +00:00
boot nixos/systemd: let journald create /var/log/journal 2018-09-30 11:04:43 -07:00
etc environment.etc: add user/group option 2017-07-29 23:56:46 +01:00