Skip to content

Commit

Permalink
OK
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Aug 15, 2023
1 parent 79bf6bf commit 90aa54e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Binary file modified conf_files/indi_driver_conf/profiles.db
Binary file not shown.
10 changes: 10 additions & 0 deletions infrastructure/indiwebmanager.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ RestartSec=5
[Install]
WantedBy=multi-user.target


#sudo cp ./indiwebmanager.service /etc/systemd/system/
#sudo systemctl daemon-reload
#sudo systemctl enable indiwebmanager.service
#sudo systemctl restart indiwebmanager.service
#sudo systemctl status indiwebmanager.service

#git clone https://github.com/knro/indiwebmanager (push)
#python ./setup.py install --prefix /home/gnthibault/.local/

1 change: 1 addition & 0 deletions infrastructure/indiwebmanager_guiding_camera.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WantedBy=multi-user.target

#sudo cp ./indiwebmanager_guiding_camera.service /etc/systemd/system/
#sudo systemctl daemon-reload
#sudo systemctl enable indiwebmanager_guiding_camera.service
#sudo systemctl restart indiwebmanager_guiding_camera.service
#sudo systemctl status indiwebmanager_guiding_camera.service

Expand Down
1 change: 1 addition & 0 deletions infrastructure/indiwebmanager_pointing_camera.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WantedBy=multi-user.target

#sudo cp ./indiwebmanager_pointing_camera.service /etc/systemd/system/
#sudo systemctl daemon-reload
#sudo systemctl enable indiwebmanager_pointing_camera.service
#sudo systemctl restart indiwebmanager_pointing_camera.service
#sudo systemctl status indiwebmanager_pointing_camera.service

Expand Down
1 change: 1 addition & 0 deletions infrastructure/indiwebmanager_science_camera.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WantedBy=multi-user.target

#sudo cp ./indiwebmanager_science_camera.service /etc/systemd/system/
#sudo systemctl daemon-reload
#sudo systemctl enable indiwebmanager_science_camera.service
#sudo systemctl restart indiwebmanager_science_camera.service
#sudo systemctl status indiwebmanager_science_camera.service

Expand Down

0 comments on commit 90aa54e

Please sign in to comment.