xref: /OK3568_Linux_fs/buildroot/package/motion/motion.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Motion camera monitoring system
3After=network.target
4
5[Service]
6ExecStart=/usr/bin/motion
7Restart=always
8
9[Install]
10WantedBy=multi-user.target
11