7fabade2ab
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>
11 lines
162 B
Desktop File
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
|