Add the directory to store journald log (for Systemd on new Debian

Jessie).
This commit is contained in:
Jeremy Gardais 2015-04-30 14:09:32 +02:00
parent bec3d1cc09
commit 95c5ba7d1b
1 changed files with 2 additions and 0 deletions

View File

@ -49,4 +49,6 @@ cp "${LOGROTATE_DPKG_CONF}" "${LOGROTATE_DPKG_FILE}"
# Create an archive directory for some log files (aptitude, dpkg, …) # Create an archive directory for some log files (aptitude, dpkg, …)
mkdir -p -- /var/log/old_logs mkdir -p -- /var/log/old_logs
# Create the log directory for journald (Systemd), need the configuration Storage=(auto|persistent)
mkdir -p -- /var/log/journal