summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-06-20 10:01:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-20 13:47:20 +0200
commit212cc19530a4a35e8a8be85e8a6407061e0546bb (patch)
treee21bd52b778b3e0da4008a99eee45130a6fbe848 /media-video/motion
parentmedia-sound/elisa: Drop 0.3.0-r1 and 0.4.0 (diff)
downloadgentoo-212cc19530a4a35e8a8be85e8a6407061e0546bb.tar.gz
gentoo-212cc19530a4a35e8a8be85e8a6407061e0546bb.tar.bz2
gentoo-212cc19530a4a35e8a8be85e8a6407061e0546bb.zip
media-video/motion: remove unused files
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>
Diffstat (limited to 'media-video/motion')
-rw-r--r--media-video/motion/files/motion.confd4
-rw-r--r--media-video/motion/files/motion_at.service20
2 files changed, 0 insertions, 24 deletions
diff --git a/media-video/motion/files/motion.confd b/media-video/motion/files/motion.confd
deleted file mode 100644
index f79c97aee968..000000000000
--- a/media-video/motion/files/motion.confd
+++ /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
index 87df91132486..000000000000
--- a/media-video/motion/files/motion_at.service
+++ /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