debian: add a dependancy on service authentic2-multitenant (#75460)
gitea/petale/pipeline/head There was a failure building this commit Details

This commit is contained in:
Guillaume Baffoin 2023-08-22 16:37:44 +02:00
parent b0e2b8b3ad
commit 7382c9f615
2 changed files with 3 additions and 0 deletions

1
debian/control vendored
View File

@ -26,6 +26,7 @@ Depends: python3-petale (= ${binary:Version}),
python3-psycopg2,
uwsgi,
uwsgi-plugin-python3,
authentic2-multitenant,
${misc:Depends},
Breaks: python-petale (<< 1.2),
Replaces: python-petale (<< 1.2),

View File

@ -19,6 +19,8 @@ RuntimeDirectory=petale
Type=notify
NotifyAccess=all
RestartSec=1min
After=authentic2-multitenant.service
BindsTo=authentic2-multitenant.service
[Install]
WantedBy=multi-user.target