Skip to content

Instantly share code, notes, and snippets.

@ma2shita
Last active November 8, 2019 05:04
Show Gist options
  • Select an option

  • Save ma2shita/c79aad276c0b0f3eccb8e0040b5bc106 to your computer and use it in GitHub Desktop.

Select an option

Save ma2shita/c79aad276c0b0f3eccb8e0040b5bc106 to your computer and use it in GitHub Desktop.
Let's try IoT Prototyping / Fixed point camera with RPi (camera_shooting / service of systemd)
[Unit]
Description = Shooting camera server (implementation)
[Service]
ExecStart = /bin/bash /home/pi/camera_shooting.bash
StandardInput = socket
StandardOutput = journal
StandardError = journal
[Install]
WantedBy = camera_shooting.socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment