mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Andreas Sturmlechner
parent
a3d53c7fe5
commit
212cc19530
@@ -1,4 +0,0 @@
|
||||
# Set the user and group under which motion will be ran
|
||||
|
||||
MOTION_USER="motion"
|
||||
MOTION_GROUP="video"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user