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 find a list of targets [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.special.html).
41
41
- 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
+
- You can set **working directory** using `WorkingDirectory=` (see [here](https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#WorkingDirectory=) for more).
0 commit comments