# Note: Removing fcron user and group just to be safe, we made at mistake at
# 3.3.1-0 by not specifying the GID.
userdel fcron
groupdel fcron

echo "Creating user and group for fcron ..."
systemd-sysusers fcron.conf

echo "Updating daemon owner directory ..."
systemd-tmpfiles --create fcron.conf

echo "Initializing systab ..."
fcrontab -z -u systab &>/dev/null
