mirror of
https://github.com/Motion-Project/motion.git
synced 2025-12-23 23:18:21 -05:00
13 lines
209 B
SYSTEMD
13 lines
209 B
SYSTEMD
[Unit]
|
|
Description=Motion daemon
|
|
After=local-fs.target network.target
|
|
|
|
[Service]
|
|
PIDFile=/var/run/motion.pid
|
|
ExecStart=@BIN_PATH@/motion -n
|
|
Type=simple
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|