我尝试使用cron,但我没有看到它重新启动 - 没有一个程序重新启动。
我写信给我的crontab -e
<script>
function init() {
FB.api(
'/l214.animaux',
{"fields":"fan_count"},
function(response) {
alert(response.fan_count);
}
);
}
window.fbAsyncInit = function() {
FB.init({
appId : 'your-app-id',
xfbml : true,
version : 'v2.5'
});
init();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
我试图让它每天在8:48重新启动。为什么它不起作用?
答案 0 :(得分:1)
须藤?在root crontab中尝试不使用sudo。
答案 1 :(得分:0)
使用 sudo crontab -e
并在命令“reboot”中包含“/sbin/”。
48 8 * * * /sbin/reboot