log stuff to syslog / journald

This commit is contained in:
cig
2022-10-07 17:54:54 +02:00
committed by root
parent 8e78938564
commit 5edf742181

View File

@@ -11,6 +11,7 @@ vbm="sudo -u cig vboxmanage"
rsync="rsync"
_exit () {
logger -p local1.info "$2 $1"
echo $1 > $statusfile
exit $2
}