ccMSC / ckb

RGB Driver for Linux and OS X
http://forum.corsair.com/v3/showthread.php?t=133929
GNU General Public License v2.0
1.34k stars 170 forks source link

Invoke install with -m0644 for systemd/upstart #636

Closed dankamongmen closed 5 years ago

dankamongmen commented 5 years ago

systemd unit files ought not be marked executable; doing so results in a nastygram from systemd in the logs. install uses mode 0744 by default. Instead, invoke install for upstart/systemd using -m0644.

tdis8629 commented 5 years ago

Project has been moved to http://github.com/ckb-next/ckb-next.

dankamongmen commented 5 years ago

Project has been moved to http://github.com/ckb-next/ckb-next.

Cool. Checked, and that project installs the systemd unit correctly. Perhaps this project ought be archived?