Update README.md

This commit is contained in:
chiu 2021-12-04 05:13:42 +00:00
parent f3a39c5db4
commit d51ced551c
1 changed files with 4 additions and 0 deletions

View File

@ -72,7 +72,11 @@ sudo vi /etc/systemd/journald.conf
########### add or modify lines############
Storage=persistent
###########################################
sudo apt install systemd
sudo systemctl restart systemd-journald
newgrp systemd-journal
#group change need restart site
sudo service orbit stop
sudo service orbit start
```