bundles/pretalx: fix needs for systemd units
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-17 08:01:15 +01:00
parent 2b0678063c
commit 3b90426b4d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -83,7 +83,6 @@ svc_systemd = {
'needs': {
'action:pretalx_install',
'action:pretalx_migrate',
'action:pretalx_rebuild',
'file:/etc/systemd/system/pretalx-runperiodic.timer',
'file:/etc/systemd/system/pretalx-runperiodic.service',
'file:/opt/pretalx/pretalx.cfg',
@ -93,7 +92,6 @@ svc_systemd = {
'needs': {
'action:pretalx_install',
'action:pretalx_migrate',
'action:pretalx_rebuild',
'file:/etc/systemd/system/pretalx-clearsessions.timer',
'file:/etc/systemd/system/pretalx-clearsessions.service',
'file:/opt/pretalx/pretalx.cfg',
@ -104,6 +102,7 @@ svc_systemd = {
'action:pretalx_install',
'action:pretalx_migrate',
'action:pretalx_rebuild',
'action:pretalx_regenerate-css',
'file:/etc/systemd/system/pretalx-web.service',
'file:/opt/pretalx/pretalx.cfg',
},
@ -112,7 +111,6 @@ svc_systemd = {
'needs': {
'action:pretalx_install',
'action:pretalx_migrate',
'action:pretalx_rebuild',
'file:/etc/systemd/system/pretalx-worker.service',
'file:/opt/pretalx/pretalx.cfg',
},