This commit is contained in:
2026-03-01 16:45:38 +03:00
parent 8c1be673bf
commit 45027747f3
+5 -5
View File
@@ -108,10 +108,10 @@
# Folders # Folders
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"z /mnt 0755 root root -" "d /mnt 0755 root root -"
"z /mnt/containers 0755 root root -" "d /mnt/containers 0755 root root -"
"z /mnt/containers/3x-ui 0755 root root -" "d /mnt/containers/3x-ui 0755 root root -"
"z /mnt/containers/3x-ui/cert 0755 root root -" "d /mnt/containers/3x-ui/cert 0755 root root -"
"z /mnt/containers/3x-ui/db 0755 root root -" "d /mnt/containers/3x-ui/db 0755 root root -"
]; ];
} }