您可以使用crontab命令来添加关机任务。
要添加关机任务,请按照以下步骤操作:
crontab -e
@reboot /sbin/shutdown -h now
这将在每次系统启动时执行关机命令。
现在,每次系统启动时,都会执行关机命令来关机。