add lemur service

This commit is contained in:
2020-11-09 07:45:00 +01:00
parent 996c15165a
commit 3b15634a55
2 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,5 @@ chgrp lemur /etc/lemur/*
systemctl start postgresql.service
su - lemur -s /bin/bash -c "lemur --config=/etc/lemur/lemur.conf.py init --password $(CreoleGet lemur_admin_password)"
systemctl stop postgresql.service
rm -f *.log
exit 0