Compare commits

...

3 Commits

Author SHA1 Message Date
Emmanuel Garette 3bdd357782 Merge branch 'develop' into dist/risotto/risotto-2.8.0/develop 2021-05-22 18:25:49 +02:00
Emmanuel Garette e086e08d9a fix 2021-05-22 18:25:41 +02:00
Emmanuel Garette 6b0e72ac5b fix 2021-05-22 18:24:51 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,5 @@ tmpl/* usr/share/eole/creole/distrib/
posttemplate/* usr/share/eole/posttemplate/
funcs/* usr/share/creole/funcs
db/* usr/share/eole/db/lemur/gen/
timer/* lib/systemd/system
lemur_cron.timer lib/systemd/system
lemur_cron.service lib/systemd/system

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