Advertisement
Guest User

Untitled

a guest
Dec 31st, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [Unit]
  2. Description=Motion daemon
  3. After=local-fs.target
  4.  
  5. [Service]
  6. ExecStart=/usr/bin/motion
  7. Type=forking
  8. #StandardOutput=null
  9. StandardError=null
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement