summaryrefslogtreecommitdiff
path: root/debian/bcachefs-tools.postinst
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-12-04 18:43:31 -0800
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-07 11:57:36 -0500
commitfbfdd05ac5b5b748cf9c7c0ea72be5268917c5d6 (patch)
tree478e759ed430c56b4a7f02c2ec26457efd3134e0 /debian/bcachefs-tools.postinst
parent5fa7db9806b1f7a082a0bcda8ba7b7beeb03bc61 (diff)
fsck: add systemd service definitions for automatic online service
Add some systemd service files so that bcachefs can automatically fsck mounted filesystems in the background. Hopefully with minimal disruption to frontend operations. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'debian/bcachefs-tools.postinst')
-rw-r--r--debian/bcachefs-tools.postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/bcachefs-tools.postinst b/debian/bcachefs-tools.postinst
index 483b9619..56dd8905 100644
--- a/debian/bcachefs-tools.postinst
+++ b/debian/bcachefs-tools.postinst
@@ -2,6 +2,8 @@
set -e
+#DEBHELPER#
+
case "$1" in
configure)
if which update-initramfs >/dev/null; then