On Mon, Jan 5, 2015 at 12:58 PM, Igor Bukanov <[email protected]> wrote: > It could be that this is SELinux-related. If I copy the rsync binary > to a new location and change the test service unit to use it, then the > log appeared as it should. However, I have no indications of any > rsync-related issues in any SELinux logs. Another thing is that if I > run under strace the original /usr/bin/rsync binary, the problem also > disappeares.
Run it under `strace -D` – the problem may be related to rsync's parent being pid1. -- Mantas Mikulėnas <[email protected]> _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
