Skip to content

Commit

Permalink
serial-getty
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhopper committed Dec 20, 2020
1 parent 8c5626f commit 2303775
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/osbox-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ source /usr/local/osbox/bin/fn/log.fn
source /usr/local/osbox/bin/fn/IsOnline.fn


systemctl stop [email protected]

crontab -l
if [ "$?" != "0"];then
osbox cron create
fi




if [ ! -f /etc/osbox/.deviceID ];then
echo -n "$(cat /proc/sys/kernel/random/uuid)">/etc/osbox/.deviceID
fi
Expand Down

0 comments on commit 2303775

Please sign in to comment.