Support OpenBSD
Add OpenBSD support to the scripts Fix sysctl usage for FreeBSD in a couple places
This commit is contained in:
parent
24f6e18ef8
commit
8c02cbc5cc
33 changed files with 283 additions and 19 deletions
|
@ -51,6 +51,8 @@ elif [ "$KERNEL" = "Darwin" ] && [ $FOUND_SNTP -eq 0 ] ; then # Mac OS 10.14.6 o
|
|||
echo "CONFIG=$CONFIG, SERVER=$SERVER" >> "$TEE_DEST"
|
||||
|
||||
#With Chrony
|
||||
elif [ "$KERNEL" = "OpenBSD" ]; then
|
||||
CMD2="ntpctl -s all"
|
||||
else
|
||||
CMD2="chronyc -n sources"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue