From 55fd299eb4f56ed8dc91618f084c7fef37fa55b5 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 12 Oct 2011 07:14:57 +0200 Subject: [PATCH] Blacklist fuse init script --- debian/changelog | 2 ++ debian/systemd.links | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 40aa412b..3e38c061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ systemd (36-2) unstable; urgency=low exists. Closes: #633059 * If a sysv service exists in both rcS and rcN.d runlevels, drop the rcN.d ones to avoid loops. Closes: #637037 + * Blacklist fuse init script, we do the same work already internally. + Closes: #643700 -- Tollef Fog Heen Wed, 28 Sep 2011 20:04:13 +0200 diff --git a/debian/systemd.links b/debian/systemd.links index bf6f69b7..d0ae5ff4 100644 --- a/debian/systemd.links +++ b/debian/systemd.links @@ -11,6 +11,9 @@ /dev/null /lib/systemd/system/rmnologin.service /dev/null /lib/systemd/system/bootmisc.service +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643700 +/dev/null /lib/systemd/system/fuse.service + # Although bootlogd is disabled by default (via /etc/default/bootlogd) # by masking them we avoid spawning a shell uselessly thrice during boot. # Besides, bootlogd doesn't look particularly useful in a systemd world. -- 2.39.5