diff options
| author | grunfink <grunfink@comam.es> | 2025-09-07 08:30:18 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-09-07 08:30:18 +0200 |
| commit | 7796bf39f0f1fe5bea4cde5a426bee872602ca84 (patch) | |
| tree | fa3377bb3b5fd6e789c711d46b657c2ebe68753b /httpd.c | |
| parent | ef701e8bb4c404343bf25cc713e660c423516345 (diff) | |
Always do a deferred fsck at startup.
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -805,6 +805,8 @@ static void *background_thread(void *arg) srv_log(xs_fmt("background thread started")); + enqueue_fsck(); + while (p_state->srv_running) { int cnt = 0; |