<p dir="ltr"><br>
On Nov 29, 2013 2:18 AM, "Cecil Westerhof" <<a href="mailto:Cecil.Westerhof@snow.nl">Cecil.Westerhof@snow.nl</a>> wrote:<br>
><br>
> On 11/29/2013 12:43 AM, Garry T. Williams wrote:<br>
>><br>
>> On 11-29-13 00:15:47 Cecil Westerhof wrote:<br>
>>>><br>
>>>> <a href="http://www.freedesktop.org/software/systemd/man/systemd-journald.service.html#Access%20Control">http://www.freedesktop.org/software/systemd/man/systemd-journald.service.html#Access%20Control</a><br>
>>><br>
>>><br>
>>> What if I want this user to also see the log of for example cron?<br>
>><br>
>><br>
>> According to that link, you need to add the user to the<br>
>> systemd-journal group.<br>
><br>
><br>
> Then the user will see all messages I think. I mean its own messages and cron, but nothing else.</p>
<p dir="ltr">The journal has two modes of separating messages - by login session's owner, and by the uid of the process itself.</p>
<p dir="ltr">Your cronjobs do not run in a systemd-logind session (though they could), but they /do/ run with your uid, so you would be able to see them in the split-by-uid mode at least.<br>
</p>