knro / indiwebmanager

Web Manager for INDI Server
http://www.indilib.org
GNU Lesser General Public License v2.1
43 stars 32 forks source link

Running indilib with default configuration #50

Open vzr314 opened 3 years ago

vzr314 commented 3 years ago

When running INDI server via indiwebmanager, INDI server loads default configuration only (/usr/share/indi/ instead of /root/.indi/). I am running it as root via systemd. This way no option set in indi control panel could be saved - they persist as long as single session lasts).

knro commented 3 years ago

Why don't you specify the user in the unit file?

vzr314 commented 3 years ago

Sure i did (in systemd service user=root) I checked permissions too, nothing unusual.

knro commented 3 years ago

I meant do not run as root, run it as a non-root user.

vzr314 commented 3 years ago

If I do not run indiwebmanager as root I have no access to /tmp/indiFIFO and thus can not even start indilib server...