Re: [systemd-devel] StandardOutput and StandardError permissions and ownership

2018-09-24 Thread Lennart Poettering
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

[systemd-devel] StandardOutput and StandardError permissions and ownership

2018-09-21 Thread Kamil Jońca
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