summaryrefslogtreecommitdiffstats
path: root/.scripts/autostart/Makefile
blob: 58bfc0c5afc6b55a640f2ad544ae7f1dbfb8e4a2 (plain)
1
2
3
4
5
6
7
INIT_FOLDER=/etc/rc.d
.phony: all
all:
	#TODO change the tinc file before writing
	cp tinc $(INIT_FOLDER)/tinc
	echo "retiolum" > /etc/tinc/nets.boot
	update-rc.d tinc defaults