* Add systemd-tmpfiles to systemd package.
* Add ifup@.service for handling hotplugged interfaces from
udev. Closes: #610871
+ * Mask mtab.service and udev-mtab.service as they are pointless when
+ /etc/mtab is a symlink to /proc/mounts
-- Tollef Fog Heen <tfheen@debian.org> Thu, 17 Feb 2011 07:36:22 +0100
/dev/null /lib/systemd/system/stop-bootlogd-single.service
/dev/null /lib/systemd/system/stop-bootlogd.service
+# These are pointless, /etc/mtab should be a symlink
+/dev/null /lib/systemd/system/mtab.service
+/dev/null /lib/systemd/system/udev-mtab.service
+
# TODO: make hwclock a symlink to hwclock-load.service?
# Before this can happen we need to ensure that the 85-hwclock.rules
# udev rule is not triggered when running systemd.