dustin
/
jenkinsagent
Archived
1
0
Fork 0

rootfs: Remove /var/log/journal

Since `/var` is a tmpfs filesystem, having the Journal stored there is
just a waste of space; `systemd-journald` already writes the journal to
`/run/log/journal`.
master
Dustin 2022-03-12 16:37:56 -06:00
parent 9c03601dc0
commit b63412e7f0
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
rm -rfv "${TARGET_DIR}"/var/log/journal