mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
Updated COMMAND Execute (markdown)
+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}
|
||||
```
|
||||
Reference in New Issue
Block a user