diff --git a/stack/resilient/buildout.hash.cfg b/stack/resilient/buildout.hash.cfg
index 6b3c3270c224bc80b187e81ce152cc7797999bd5..fe3b6c47dc07faa6a967e656ff520d666b24b46f 100644
--- a/stack/resilient/buildout.hash.cfg
+++ b/stack/resilient/buildout.hash.cfg
@@ -23,7 +23,7 @@ md5sum = a8f77b42782ec5e1fb49b5ae9891c757
 
 [pbsready-export]
 filename = pbsready-export.cfg.in
-md5sum = bb463da1461d02d575717f1d1572bf97
+md5sum = c593a85246e9075deb1fa9b84d83ebe0
 
 [template-pull-backup]
 filename = instance-pull-backup.cfg.in
diff --git a/stack/resilient/pbsready-export.cfg.in b/stack/resilient/pbsready-export.cfg.in
index 25ababc5139f7109b123df5bb03d73947a289dc3..57f1401708a319211462f333b2e81643b9feb5a4 100644
--- a/stack/resilient/pbsready-export.cfg.in
+++ b/stack/resilient/pbsready-export.cfg.in
@@ -44,7 +44,7 @@ pidfile = ${resilient-directory:pid}/${:name}.pid
 max-run = 3
 
 [logrotate-entry-notifier]
-output = ${rootdirectory:etc}/logrotate_notifier.conf
+rendered = ${rootdirectory:etc}/logrotate_notifier.conf
 
 [notifier-exporter-promise]
 recipe = slapos.recipe.template:jinja2
@@ -70,7 +70,7 @@ frequency = {{ resiliency_backup_periodicity }}
 {% else %}
 time = ${publish-early:resiliency-backup-periodicity}
 {% endif %}
-command = {{ logrotate_executable_location }} -s ${basedirectory:run}/logrotate.status ${logrotate-entry-notifier:output}; ${notifier-exporter:wrapper} --transaction-id `date +%s`
+command = {{ logrotate_executable_location }} -s ${basedirectory:run}/logrotate.status ${logrotate-entry-notifier:rendered}; ${notifier-exporter:wrapper} --transaction-id `date +%s`
 
 [gen-resiliency-backup-periodicity]
 recipe = slapos.cookbook:random.time