Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12289
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+++ /dev/null
-# Set the user and group under which motion will be ran
-
-MOTION_USER="motion"
-MOTION_GROUP="video"
+++ /dev/null
-[Unit]
-Description=Motion detection daemon for %I
-After=local-fs.target network.target
-Documentation=man:motion(1)
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/motion -n -c /etc/motion/motion-%i.conf
-StandardError=null
-
-User=motion
-Group=video
-
-#RuntimeDirectory=motion
-#RuntimeDirectoryMode=0750
-
-WorkingDirectory=/var/lib/motion
-
-[Install]
-WantedBy=multi-user.target