media-video/motion: remove unused files
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 20 Jun 2019 08:01:30 +0000 (10:01 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 20 Jun 2019 11:47:20 +0000 (13:47 +0200)
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>
media-video/motion/files/motion.confd [deleted file]
media-video/motion/files/motion_at.service [deleted file]

diff --git a/media-video/motion/files/motion.confd b/media-video/motion/files/motion.confd
deleted file mode 100644 (file)
index f79c97a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Set the user and group under which motion will be ran
-
-MOTION_USER="motion"
-MOTION_GROUP="video"
diff --git a/media-video/motion/files/motion_at.service b/media-video/motion/files/motion_at.service
deleted file mode 100644 (file)
index 87df911..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-[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