1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 06:56:19 +00:00
Lakka-LibreELEC/packages/sysutils/busybox/system.d/storage-log.service

11 lines
372 B
Desktop File

[Unit]
Description=Create Persistent Log Directory on /storage and rotate large logs
DefaultDependencies=no
RequiresMountsFor=/storage
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/mkdir -p /storage/.cache/log/journal /storage/.cache/journald.conf.d ; \
/usr/bin/find /storage/.cache/log/ -maxdepth 1 -type f -size +512k ! -name '*.old' -exec mv {} {}.old \;