Advertisement
Guest User

Example of working /lib/systemd/system/leapd.service

a guest
Aug 15th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. [Unit]
  2. Description=Leap Motion Controller service
  3.  
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/sbin/leapd
  7. Restart=on-failure
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement