我有下一条记录crontab -e
,与 user 一起运行root
。
@reboot /usr/bin/curl --silent --insecure -v -X GET https://<myserver_with_hook>?key=9d722304320de0b074d8da74bf680874&mes='nik-pc was rebooted or started!'
但它不起作用!
ps 如果我在终端中运行命令 - 一切都很好。目标是在关闭/打开/重新启动电脑时引起挂钩。