start astrometry at boot

main
root 2022-08-19 14:07:59 -06:00
parent 2fdf845ab9
commit 90d2b702d6
1 changed files with 8 additions and 0 deletions

View File

@ -179,3 +179,11 @@ sudo systemctl daemon-reload
sudo systemctl start nova-jobs.service
sudo systemctl start nova-uwsgi.service
```
If everything works, start on boot:
```
systemctl enable nova-jobs.service
systemctl enable nova-uwsgi.service
# reboot
```