Hi,
I somehow got stuck with starting up the INDI webmanager upon boot process (I am using the rock64).
When running the command "sudo systemctl status indiwebmanager.service" this is the message I receive:
● indiwebmanager.service - INDI Web Manager
Loaded: loaded (/etc/systemd/system/indiwebmanager.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Since it says "inactive (dead)", I reckon something went wrong.
This is what I saved into the /ect/systemd/system directory:
[Unit]
Description=INDI Web Manager
After=multi.user.target
[Service]
Type=idle
User=rock64
ExecStart=/usr/local/bin/indi-web -v
Restart=always
RestartSec=5
[Install]
WantedBy=multi.user.target
Apparantely, the INDI web manager is not starting up (I believe). Is the anything I need to do concerning AutoStart? On github it says "If you selected any profile as Auto Start" then the INDI web manager shall be automatically started" - is there anything I need to set up?
Many thanks,
Helge
I somehow got stuck with starting up the INDI webmanager upon boot process (I am using the rock64).
When running the command "sudo systemctl status indiwebmanager.service" this is the message I receive:
● indiwebmanager.service - INDI Web Manager
Loaded: loaded (/etc/systemd/system/indiwebmanager.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Since it says "inactive (dead)", I reckon something went wrong.
This is what I saved into the /ect/systemd/system directory:
[Unit]
Description=INDI Web Manager
After=multi.user.target
[Service]
Type=idle
User=rock64
ExecStart=/usr/local/bin/indi-web -v
Restart=always
RestartSec=5
[Install]
WantedBy=multi.user.target
Apparantely, the INDI web manager is not starting up (I believe). Is the anything I need to do concerning AutoStart? On github it says "If you selected any profile as Auto Start" then the INDI web manager shall be automatically started" - is there anything I need to set up?
Many thanks,
Helge