Add the directory to store journald log (for Systemd on new Debian
Jessie).
This commit is contained in:
parent
bec3d1cc09
commit
95c5ba7d1b
|
@ -49,4 +49,6 @@ cp "${LOGROTATE_DPKG_CONF}" "${LOGROTATE_DPKG_FILE}"
|
|||
# Create an archive directory for some log files (aptitude, dpkg, …)
|
||||
mkdir -p -- /var/log/old_logs
|
||||
|
||||
# Create the log directory for journald (Systemd), need the configuration Storage=(auto|persistent)
|
||||
mkdir -p -- /var/log/journal
|
||||
|
||||
|
|
Loading…
Reference in New Issue