update.service 176 B

12345678910
  1. [Unit]
  2. Description=update hehe-rover every 6 hours
  3. [Service]
  4. ExecStart=/home/alarm/hehe-rover/rpi/update.sh
  5. Restart=always
  6. RestartSec=30
  7. [Install]
  8. WantedBy=multi-user.target