buildroot/package/motion/motion.service
Fabrice Fontaine 7fabade2ab motion: new package
Motion is a program that monitors the video signal from
cameras. It is able to detect if a significant part of
the picture has changed; in other words, it can detect motion.

https://motion-project.github.io

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-13 23:54:21 +02:00

11 lines
162 B
Desktop File

[Unit]
Description=Motion camera monitoring system
After=network.target
[Service]
ExecStart=/usr/bin/motion
Restart=always
[Install]
WantedBy=multi-user.target