diff --git a/COMMAND-Execute.md b/COMMAND-Execute.md index 9669556..6afc8b6 100644 --- a/COMMAND-Execute.md +++ b/COMMAND-Execute.md @@ -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} ``` \ No newline at end of file