Last active
November 8, 2019 05:04
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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