mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 22:42:24 -05:00
use journald reload support added in systemd 258
This commit is contained in:
parent
4a5e91de42
commit
459455286d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ for host in ${hosts_all[@]}; do
|
||||||
sed -i "s/{{journald_system_max_file_size}}/${hosts_journald_system_max_file_size[$host]:-512M}/g" tmp
|
sed -i "s/{{journald_system_max_file_size}}/${hosts_journald_system_max_file_size[$host]:-512M}/g" tmp
|
||||||
rsync tmp $remote:/etc/systemd/journald.conf
|
rsync tmp $remote:/etc/systemd/journald.conf
|
||||||
rm tmp
|
rm tmp
|
||||||
ssh $remote systemctl restart systemd-journald
|
ssh $remote systemctl reload systemd-journald
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue