Skip to content

Instantly share code, notes, and snippets.

@ma2shita
Last active November 8, 2019 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ma2shita/7004d3f35f03a67815e734042eea9cf2 to your computer and use it in GitHub Desktop.
Save ma2shita/7004d3f35f03a67815e734042eea9cf2 to your computer and use it in GitHub Desktop.
Let's try IoT Prototyping / Fixed point camera with RPi (timer_shooting / service of systemd)
[Unit]
Description = Shooting camera client by timer (implementation)
[Service]
Type = simple
ExecStart = /bin/bash /home/pi/timer_shooting.bash
[Install]
WantedBy = timer_shooting.timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment