最近公司里面进行UOS的兼容性验证,但是系统总是会提示:
Your system is not activated. Please activate as soon as possible for normal use.
比较烦人. 今天发现原来他就是一个 systemd的服务 停止了服务就可以了.
systemctl |grep license
systemctl stop license.service
systemctl disable license.service
最近公司里面进行UOS的兼容性验证,但是系统总是会提示:
Your system is not activated. Please activate as soon as possible for normal use.
比较烦人. 今天发现原来他就是一个 systemd的服务 停止了服务就可以了.
systemctl |grep license
systemctl stop license.service
systemctl disable license.service