Hi,
ExecStart does not execute in a shell environment so redirection of stdout and stderr will not work like that. You can use StandardOutput and StandardError options in your service file (see the systemd documentation for details).
Hi,
ExecStart does not execute in a shell environment so redirection of stdout and stderr will not work like that. You can use StandardOutput and StandardError options in your service file (see the systemd documentation for details).