Last active
November 8, 2019 05:03
-
-
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)
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 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