From 9fff8a1f165eb401f5411f96c755bb7704fdaa81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Oct 2010 03:57:04 +0200 Subject: mount: hook in q fsck@.service instance for all mount points with passno > 0 --- src/service.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/service.h') diff --git a/src/service.h b/src/service.h index eb44a43895..500bebff08 100644 --- a/src/service.h +++ b/src/service.h @@ -110,6 +110,8 @@ struct Service { pid_t main_pid, control_pid; int socket_fd; + int fsck_passno; + bool permissions_start_only; bool root_directory_start_only; bool remain_after_exit; -- cgit v1.2.3-54-g00ecf