Skip to content

Commit

Permalink
boostrap: Restart journald one more time at the end
Browse files Browse the repository at this point in the history
Otherwise, for some reason, it doesn't pick up log entries.
  • Loading branch information
wolfsage committed Apr 28, 2024
1 parent d481054 commit 7c4043e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/selfconfig-root
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ for my $service (qw( rsync )) {
run_cmd(qw( systemctl status ), $service );
}

run_cmd(qw( systemctl restart systemd-journald.service ));

## SUBROUTINES GO DOWN BELOW
## THAT'S WHY THEY'RE CALLED SUBROUTINES

Expand Down

0 comments on commit 7c4043e

Please sign in to comment.