[I wasn't sure where to put this. Feel free to move this to the appropriate topic and remove this line.]
If you have troubles with switching to systemd under Ubuntu, create a file /lib/systemd/system/leapd.service
(644
root:root
) with the contents:
# Found by Kevin Cole 2014.11.22 at
# https://github.com/atejeda/leap-fedora-rpm
#
# Remember to:
#
# ln -s /lib/systemd/system/leapd.service /etc/systemd/system/leapd.service
# systemctl daemon-reload
#
[Unit]
Description=LeapMotion Daemon
After=syslog.target
[Service]
Type=simple
ExecStart=/usr/sbin/leapd
[Install]
WantedBy=multi-user.target
Note the change in filename from leap.servic
e to leapd.service
(Of course, your mileage may vary, but this worked for me.)