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>
This commit is contained in:
Michael Mair-Keimberger
2019-06-20 10:01:30 +02:00
committed by Andreas Sturmlechner
parent a3d53c7fe5
commit 212cc19530
2 changed files with 0 additions and 24 deletions

View File

@@ -1,4 +0,0 @@
# Set the user and group under which motion will be ran
MOTION_USER="motion"
MOTION_GROUP="video"

View File

@@ -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