You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can also set the **user** to run as for system wide services (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#User=)).
42
42
- You can set **environment variables** using `Environment=` (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Environment) for more).
43
43
- You can set **working directory** using `WorkingDirectory=` (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#WorkingDirectory=) for more).
44
+
- You can set **standard output** using `StandardOutput=` (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#StandardOutput=) for more) Note: **stderr** defaults to use the same path (I think, not tested but based on the docs).
0 commit comments