eolisation

This commit is contained in:
2020-10-21 11:58:01 +02:00
parent 7dfea7c580
commit 996c15165a
8 changed files with 190 additions and 0 deletions

12
lemur.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=Lemur
After=postgresql.service
[Service]
ExecStart=/usr/bin/lemur start -b 127.0.0.1:8002 -c /etc/lemur/lemur.conf.py
User=lemur
Group=lemur
[Install]
WantedBy=multi-user.target