mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-22 06:28:57 -04:00
fix grapheneos.social journald size configuration
This commit is contained in:
parent
3f79fda5ba
commit
f375971fb4
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue