Last active
November 8, 2019 05:03
-
-
Save ma2shita/97519a3f0a6cb936f7480b5de11dc444 to your computer and use it in GitHub Desktop.
Let's try IoT Prototyping / Fixed point camera with RPi (timer_shooting / timer 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 (timer) | |
[Timer] | |
OnBootSec = 1m | |
OnUnitActiveSec = 10m | |
[Install] | |
WantedBy = timers.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment