mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 05:35:00 -05:00
fix grapheneos.social journald size configuration
This commit is contained in:
parent
3f79fda5ba
commit
f375971fb4
2
hosts.sh
2
hosts.sh
@ -149,7 +149,6 @@ declare -Ar hosts_journald_system_max_use=(
|
||||
[5.releases.grapheneos.org]=8G
|
||||
[6.releases.grapheneos.org]=8G
|
||||
[7.releases.grapheneos.org]=8G
|
||||
[grapheneos.social]=256M
|
||||
)
|
||||
|
||||
declare -Ar hosts_journald_system_max_file_size=(
|
||||
@ -169,6 +168,7 @@ declare -Ar hosts_journald_system_max_file_size=(
|
||||
[7.releases.grapheneos.org]=1G
|
||||
[matrix.grapheneos.org]=512M
|
||||
[discuss.grapheneos.org]=512M
|
||||
[grapheneos.social]=256M
|
||||
)
|
||||
|
||||
declare -Ar hosts_journald_max_retention_sec=(
|
||||
|
Loading…
Reference in New Issue
Block a user