On Fr, 21.09.18 23:26, Kamil Jońca ([email protected]) wrote:
> I have service unit with is run as user news and have redirected
> standard output stderr.
> ie.
>
> --8<---cut here---start->8---
> [Service]
> User=news
> Type=oneshot
> StandardOutput=file:%T/use-new
I have service unit with is run as user news and have redirected
standard output stderr.
ie.
--8<---cut here---start->8---
[Service]
User=news
Type=oneshot
StandardOutput=file:%T/use-newsx/%n.out
StandardError=file:%T/use-newsx/%n.err
--8<---cut