On Mon, 21.07.14 19:24, Timofey Titovets (nefelim...@gmail.com) wrote: Doesn't apply to current git. Could you please rebase on current git?
> > +int fail_if_symlink(const char *unit, const char* where) { > + assert(where); > + > + if (!is_symlink(where)) > + return 0; This should probably be "if (is_symlink(where) > 0)". Also I think we should print an explicit message here, that tells the admin that mounting symlinks is not supported. Sorry for the long delay in responding. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel