Brand new to node-js. I have hooked into an S7 (Siemens PLC system) device and I am writing to a file.
If I have node-red set up as a service via systemd the files are written with root ownership. To get around this I am starting node-red locally - after which the files are written to the 'user'.
Is there any way to change the systemd setup to write the files as 'user'?