mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
13 lines
214 B
Desktop File
13 lines
214 B
Desktop File
[Unit]
|
|
Description=Motion daemon
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
PIDFile=/run/motion/motion.pid
|
|
ExecStart=/usr/bin/motion
|
|
Type=forking
|
|
#StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|