Updated COMMAND Execute (markdown)

Andrés Suero
2019-12-06 16:46:01 -03:00
parent 8c999a95c7
commit 9a0c946dae
+1 -1
@@ -27,5 +27,5 @@ This will execute the external command with arguments arg1,arg2,.... It will ret
### Get rtorrent to create a pid-file
```
# Creates a pid-file and writes it to /run/user/{user id}/rtorrent.pid
execute = {bash,-c,echo `ps -p "$\{1:-$$\}" -o ppid=` > /run/user/`id -u`/rtorrent.pid}
execute2 = {bash,-c,echo `ps -p "$\{1:-$$\}" -o ppid=` > /run/user/`id -u`/rtorrent.pid}
```