1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 09:36:18 +00:00
Lakka-LibreELEC/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf
Ian Leonard 5fd5392e6d samba: move directory creation to busybox or kodi tmpfiles.d
For the logfiles share, the createlog script will create /storage/logfiles
before moving the zipped logs there.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 18:35:18 +00:00

14 lines
581 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
d /var/media 0755 root root - -
d /storage/backup 0755 root root - -
d /storage/logfiles 0755 root root - -
d /storage/.update 0755 root root - -
d /storage/.cache/cores 0755 root root - -
d /storage/.cache/kernel-overlays 0755 root root - -
d /storage/.cache/services 0755 root root - -
d /storage/.config 0755 root root - -