diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2016-09-27 23:37:47 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-13 23:54:21 +0200 |
| commit | 7fabade2ab66272acb80f41e7fb5265fc32072f8 (patch) | |
| tree | fda15aee0440944489dc4dd06b5fefc357ac21bb /package/motion/motion.service | |
| parent | 4c4f400007316127c9f5a4a7b843fac65c36a04d (diff) | |
| download | buildroot-7fabade2ab66272acb80f41e7fb5265fc32072f8.tar.gz buildroot-7fabade2ab66272acb80f41e7fb5265fc32072f8.zip | |
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>
Diffstat (limited to 'package/motion/motion.service')
| -rw-r--r-- | package/motion/motion.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/motion/motion.service b/package/motion/motion.service new file mode 100644 index 0000000000..c788cd6450 --- /dev/null +++ b/package/motion/motion.service @@ -0,0 +1,10 @@ +[Unit] +Description=Motion camera monitoring system +After=network.target + +[Service] +ExecStart=/usr/bin/motion +Restart=always + +[Install] +WantedBy=multi-user.target |

