Install crontab and enable the crond service

This commit is contained in:
gmpinder
2023-06-04 11:11:38 -04:00
parent 0b96ebb4d1
commit 3dd80e2c9e
2 changed files with 7 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ rpm:
# Add your own below:
# Example:
# - tilix
# - brave-browser
- code
- cronie
# These RPMs will be removed from the system image. This step happens during
# image build, BEFORE installing custom RPMs (from the "rpm.install" category).
remove:

View File

@@ -0,0 +1,4 @@
#/usr/bin/env bash
set -euo pipefail
systemctl enable crond