start cron and reenable highstate on soup exit

This commit is contained in:
m0duspwnens
2022-01-20 15:26:03 -05:00
parent 1b860e11e7
commit e1757926cf
2 changed files with 16 additions and 19 deletions

View File

@@ -405,6 +405,16 @@ set_version() {
fi
}
systemctl_func() {
local action=$1
local service_name=$2
echo ""
echo "${action^}ing $service_name service at $(date +"%T.%6N")"
systemctl $action $service_name
echo ""
}
has_uppercase() {
local string=$1