#!/bin/sh

/usr/bin/systemctl --system daemon-reload
/usr/bin/systemctl restart wtmpdb-import
# import enables:
#/usr/bin/systemctl enable wtmpdb-update-boot.service
#/usr/bin/systemctl restart wtmpdb-update-boot.service
# not needed:
#/usr/bin/systemctl enable wtmpdb-rotate.timer
#/usr/bin/systemctl restart wtmpdb-rotate.timer

/sbin/pam-auth-update --package || true
