diff options
author | Didier Roche <didrocks@ubuntu.com> | 2015-02-04 16:42:47 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-02-18 16:33:46 +0100 |
commit | ac6e2f0dfc2e800f01c79ecea2b811914110a7b9 (patch) | |
tree | d3ee810d7e5f657a2e3a458789f1caae9ac45947 /src/fsckd/Makefile | |
parent | 502184de0f95d3a124d4d4c77ae7a88747a0fac2 (diff) |
fsckd daemon for inter-fsckd communication
Add systemd-fsckd multiplexer which accepts multiple systemd-fsck
instances to connect to it and sends progress report. systemd-fsckd then
computes and writes to /dev/console the number of devices currently being
checked and the minimum fsck progress. This will be used for interactive
progress report and cancelling in plymouth.
systemd-fsckd stops on idle when no systemd-fsck is connected.
Make the necessary changes to systemd-fsck to connect to the systemd-fsckd
socket.
Diffstat (limited to 'src/fsckd/Makefile')
l--------- | src/fsckd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fsckd/Makefile b/src/fsckd/Makefile new file mode 120000 index 0000000000..d0b0e8e008 --- /dev/null +++ b/src/fsckd/Makefile @@ -0,0 +1 @@ +../Makefile
\ No newline at end of file |