Compare commits
7 Commits
9fd1f79223
...
pkg/dev/ri
Author | SHA1 | Date | |
---|---|---|---|
a2e81a0cb9 | |||
4e4a6469d5 | |||
aee885250c | |||
d7d406ffcc | |||
97980afed9 | |||
b0e81c15f7 | |||
91122eac3d |
1
debian/control
vendored
1
debian/control
vendored
@ -28,6 +28,7 @@ Package: eole-risotto-all
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
eole-risotto,
|
eole-risotto,
|
||||||
|
eole-risotto-setting,
|
||||||
python3-risotto-user,
|
python3-risotto-user,
|
||||||
python3-risotto-setting,
|
python3-risotto-setting,
|
||||||
python3-risotto-provider,
|
python3-risotto-provider,
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=risotto
|
Description=risotto
|
||||||
|
After=postgresql.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
ExecStart=/usr/bin/risotto-server
|
ExecStart=/usr/bin/risotto-server
|
||||||
User=risotto
|
User=risotto
|
||||||
Group=risotto
|
Group=risotto
|
||||||
|
@ -26,3 +26,7 @@ PASSWORD_ADMIN_PASSWORD="%%password_admin_password"
|
|||||||
PASSWORD_DEVICE_IDENTIFIER="%%password_device_identifier"
|
PASSWORD_DEVICE_IDENTIFIER="%%password_device_identifier"
|
||||||
PASSWORD_URL="https://%%nom_domaine_machine:8001/"
|
PASSWORD_URL="https://%%nom_domaine_machine:8001/"
|
||||||
%end if
|
%end if
|
||||||
|
%if %%getVar('lemur_db_name', None)
|
||||||
|
PKI_ADMIN_PASSWORD="%%lemur_admin_password"
|
||||||
|
PKI_ADMIN_EMAIL="%%lemur_admin_email"
|
||||||
|
%end if
|
||||||
|
Reference in New Issue
Block a user