From 90d2b702d6148040293d5414cc46774370ae7be8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Aug 2022 14:07:59 -0600 Subject: [PATCH] start astrometry at boot --- README-astrometry.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README-astrometry.md b/README-astrometry.md index 74d1cc7..da270e3 100644 --- a/README-astrometry.md +++ b/README-astrometry.md @@ -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 +```