Is it normal that I get this with "sudo service check_beacon_presence status"
Code: Select all
● check_beacon_presence.service - LSB: This daemon manages the bluetooth low energy device detector : check_beacon_presence
Loaded: loaded (/etc/init.d/check_beacon_presence)
Active: inactive (dead)
I get
Code: Select all
● check_beacon_presence.service - LSB: This daemon manages the bluetooth low energy device detector : check_beacon_presence
Loaded: loaded (/etc/init.d/check_beacon_presence)
Active: active (exited) since dom 2016-05-08 13:53:22 CEST; 1s ago
Process: xxxx ExecStart=/etc/init.d/check_beacon_presence start (code=exited, status=0/SUCCESS)
mag 08 13:53:22 raspberrypi check_beacon_presence[1518]: Starting check_beaco...
mag 08 13:53:22 raspberrypi systemd[1]: Started LSB: This daemon manages the....
Hint: Some lines were ellipsized, use -l to show in full.
If I start from commandline (after a service stop), if works at the first run...
The script is working great, don't understand where I am doling wrong on the startup phase.