-* leaving file open on mounted non-root filesystems breaks shutdown
- systemd is confused if something goes:
- mounted→unmounting→mounted
-
* SIGQUIT on shutdown? avahi-daemon[202]: Got SIGQUIT, quitting.
* check if bind mounts work:
} else if (t == JOB_STOP) {
- SET_FOREACH(other, u->meta.dependencies[UNIT_CONFLICTS], i)
+ SET_FOREACH(other, u->meta.dependencies[UNIT_CONFLICTED_BY], i)
if (other->meta.job &&
(other->meta.job->type == JOB_START ||
other->meta.job->type == JOB_VERIFY_ACTIVE ||