O lugar clássico para colocar coisas únicas como essa foi rc.local
.
Nas notas de versão do Fedora 16 :
The
/etc/rc.d/rc.local local
customization script is no longer included by default. Administrators who need this functionality merely have to create this file, make it executable, and it will run on boot.
Eu diria que crie /etc/rc.d/rc.local
assim:
#!/bin/sh
/path/to/tpfand
e chmod +x /etc/rc.d/rc.local
e você deve estar pronto.