mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-22 00:06:29 -05:00
Added note on working directory
This commit is contained in:
parent
2d2f88790b
commit
220f2b7571
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ like any other systemd service.
|
||||||
systemd --user status application
|
systemd --user status application
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that the current directory information is not known
|
||||||
|
to `systemd-run`. Therefore, if you'll need to specify
|
||||||
|
absolute as opposed to relative paths. For example:
|
||||||
|
```bash
|
||||||
|
systemd-run --user okular "$PWD/document.pdf"
|
||||||
|
```
|
||||||
|
|
||||||
Check out Tem Tem's [blog post](https://www.ralismark.xyz/posts/systemd-run) for more on `systemd-run`!
|
Check out Tem Tem's [blog post](https://www.ralismark.xyz/posts/systemd-run) for more on `systemd-run`!
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue