diff --git a/bundles/pretalx/items.py b/bundles/pretalx/items.py index 7bd466a..80d636f 100644 --- a/bundles/pretalx/items.py +++ b/bundles/pretalx/items.py @@ -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', },