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/8ee3f93a209025433c5a44bddbcdaaba to your computer and use it in GitHub Desktop.
Save ma2shita/8ee3f93a209025433c5a44bddbcdaaba to your computer and use it in GitHub Desktop.
Let's try IoT Prototyping / Fixed point camera with RPi (gpio6 / service of systemd)
[Unit]
Description = Shooting camera client by GPIO6 (implementation)
[Service]
Type = simple
ExecStart = /bin/bash /home/pi/gpio6_shooting.bash
[Install]
WantedBy = default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment