Enable opentracker after install ogrepository
ogrepository/pipeline/head This commit looks good Details

main
Nicolas Arenas 2025-08-08 11:49:45 +02:00
parent bc50845742
commit 04c9cd7950
1 changed files with 3 additions and 0 deletions

View File

@ -128,5 +128,8 @@ systemctl daemon-reload
systemctl enable ogrepo-api
systemctl restart ogrepo-api
systemctl restart smbd
systemctl enable --now opentracker || true
systemctl restart opentracker || true
exit 0