4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Rasberry Piを定期的に再起動する方法

Last updated at Posted at 2017-07-16

#概要

  • 一般的なLinuxでも同様だが、潜在的なメモリリークなどに対処するために定期的に再起動する方法を掲載する
  • OSはデフォルトのRaspbianを想定

#設定方法

  • dateコマンドでタイムゾーンを確認しておく
pi@raspberrypi:~ $ date
2017年  7月 17日 月曜日 00:29:25 JST
  • crontabに設定を入れる
sudo crontab -e
00 5 * * * /sbin/reboot
  • crontabの中身を事後確認
sudo crontab -l
4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?