mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
start cron and reenable highstate on soup exit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user