integrated pacman improvements, motion capture with webcams OBS-URL: https://build.opensuse.org/request/show/542061 OBS-URL: https://build.opensuse.org/package/show/graphics/motion?expand=0&rev=1
17 lines
316 B
Plaintext
17 lines
316 B
Plaintext
[Unit]
|
|
Description=Motion capture
|
|
After=syslog.target local-fs.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
StandardError=null
|
|
WorkingDirectory=~
|
|
EnvironmentFile=-/etc/sysconfig/motion
|
|
ExecStart=/usr/bin/motion ${MOTION_OPTIONS}
|
|
User=motion
|
|
Group=motion
|
|
SyslogIdentifier=motion
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|