Announcement

Collapse
No announcement yet.

Proper script/command to get both feeds running after re-boot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Proper script/command to get both feeds running after re-boot

    I have a RPi feeding FR24 and FA. I had it working great after loading dump1090-fa and porting the data to FR24.

    I had to reboot the RPi today, and FA came back online immediately, but not FR24.

    Can anyone help me with a command to get FR24 to start up again, and better yet: What is the proper way to get them both to start after a re-boot or power failure?

    Thanks in advance.

    Jim

  • #2
    The command to startup FR24 feed
    Code:
    sudo systemctl restart fr24feed
    Let us first see what version of fr24feed you have. Please post output of following 2 commands:
    Code:
    apt-cache policy fr24feed
    
    fr24feed-status

    Comment

    Working...
    X