Skip to content

Commit

Permalink
[DOC] use new app_id in systemd-run example
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Nov 12, 2024
1 parent d8cedd9 commit f2ffb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rofi.1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ Example to run applications in a dedicated cgroup with systemd. Requires a
shell to escape and interpolate the unit name correctly.

```bash
"bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape \"\$(basename \"{cmd}\")\")\"-\$RANDOM {cmd}'"
"bash -c 'systemd-run --user --unit=app-rofi-\"\$(systemd-escape \"{app_id}\")\"-\$RANDOM {cmd}'"
```

`-run-shell-command` *cmd*
Expand Down

0 comments on commit f2ffb5a

Please sign in to comment.