Yes. Below are some explanations.
Windows
Change the option ‘–kit “%APPDATA%\Fing\conf\kit.properties”’ with those you need as explained in this section.
OS X
Follow these steps:
- Copy the plist file
sudo cp /usr/local/lib/fing/launchd/com.fing.fingkit.FingKit.plist \ /Library/LaunchDaemons
- The plist file has been designed to run the kit. You have to edit the option in the file.
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/fing</string>
<string>--kit</string>
<string>/etc/fing/kit.properties</string>
</array>
- Load the daemon as explained here.
Linux
OpenWRT
Raspberry Pi
If your system has system V as service manager. You need to follow the procedure here and then update the file /etc/init.d/fing-kit. You have just to update the variable options with those required by the command you want to launch.
If your system exploits upstart, you have to do the same in the fing-kit.conf file inside /etc/init
Docker
The easier the better:
docker run --name fing –-net=host –-detach docker-fing /usr/bin/fing …