Install crontab and enable the crond service
This commit is contained in:
@@ -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:
|
||||
|
||||
4
scripts/post/enable-crond.sh
Normal file
4
scripts/post/enable-crond.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
systemctl enable crond
|
||||
Reference in New Issue
Block a user