Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Aug 11, 2024
1 parent 7ebc2d3 commit 0496335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ RUN mkdir -p $HOME/projects \


# Indi webmanager for dev
#RUN pip install indiweb
#RUN cp indiwebmanager.service /etc/systemd/system/
#RUN chmod 644 /etc/systemd/system/indiwebmanager.service
RUN pip install indiweb==0.1.8
RUN cp /opt/remote_observatory/infrastructure/indiwebmanager.service /etc/systemd/system/
RUN chmod 644 /etc/systemd/system/indiwebmanager.service
#RUN systemctl daemon-reload
#RUN systemctl enable indiwebmanager.service

Expand Down
4 changes: 2 additions & 2 deletions infrastructure/indiwebmanager.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ After=multi-user.target
[Service]
Type=idle
# MUST SET YOUR USERNAME HERE.
User=gnthibault
User=root
Environment=LD_LIBRARY_PATH=/usr/local/lib:/usr/lib
ExecStart=/home/gnthibault/.local/bin/indi-web -v --xmldir /home/gnthibault/projects/RemoteObservatory/conf_files/indi_driver_xml --conf /home/gnthibault/projects/RemoteObservatory/conf_files/indi_driver_conf
ExecStart=/bin/indi-web -v --xmldir /opt/remote_observatory/infrastructure/conf_files/indi_driver_xml --conf /opt/remote_observatory/conf_files/indi_driver_conf

Restart=always
RestartSec=5
Expand Down

0 comments on commit 0496335

Please sign in to comment.