This commit is contained in:
Emmanuel Garette 2021-05-22 18:25:41 +02:00
parent 2eb256a760
commit e086e08d9a
1 changed files with 2 additions and 0 deletions

View File

@ -18,4 +18,6 @@ psql -Upostgres -c "grant all on all functions in schema public to lemur" lemur
su - lemur -s /bin/bash -c "lemur --config=/etc/lemur/lemur.conf.py init --password $(CreoleGet lemur_admin_password)"
systemctl stop postgresql.service
systemctl enable --now lemur_cron.timer
exit 0