summaryrefslogtreecommitdiff
path: root/ledctl/Makefile
blob: 090ef1d0f6042c512589c35eec5f7dd4cd6a9870 (plain)
1
2
3
4
5
6
install:
	install -m 744 ledctl.py /usr/bin/ledctl
	ln -sf /usr/bin/ledctl /usr/lib/systemd/system-shutdown/
	install -m 644 systemd/led-boot.service /etc/systemd/system/led-boot.service
	install -m 644 systemd/led-ready.service /etc/systemd/system/led-ready.service
	systemctl daemon-reload