p00chie
p00chie
Going forward to FileSystem.cpp leads to: ``` bool FileSystem::MoveFile(const char* srcFilename, const char* dstFilename) { #ifdef WIN32 return _wrename(UtfPathToWidePath(srcFilename), UtfPathToWidePath(dstFilename)) == 0; #else bool ok = rename(srcFilename, dstFilename) == 0;...
So you know sometimes you have to write it down to get it (or tell someone else). I was too lazy to setup a servicefile for nzbget so i set...
It is/was: /var/run/nzbget.pid osmc@osmc:~$ lslocks COMMAND PID TYPE SIZE MODE M START END PATH nzbget 407 POSIX 4B WRITE 0 0 0 /run/nzbget.pid But at the moment i cannot reproduce...