Am 01.06.2016 um 08:51 schrieb Michael Biebl: > Can you attach your /etc/fstab please and the file /run/systemd/was-enabled. > Is there a file /etc/systemd/system/tmp.mount (or was in the past)?
I'm assuming there is an /tmp entry in /etc/fstab. systemctl is-enabled in jessie vs stretch: $ systemctl is-enabled tmp.mount disabled $ echo $? 1 $ systemctl is-enabled tmp.mount generated $ echo $? 0 So there was a change in behaviour (recently) Atm, we only check the return code in preinst to determine whether a service was enabled or not an if we need to reenable in postinst: https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/systemd.preinst#n9 We should probably now explicitly check for the string "enabled": https://www.freedesktop.org/software/systemd/man/systemctl.html#is-enabled%20NAME... Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list Pkg-systemd-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers