diff options
Diffstat (limited to 'retiolum/hosts/.scripts/autostart/Makefile')
-rw-r--r-- | retiolum/hosts/.scripts/autostart/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/retiolum/hosts/.scripts/autostart/Makefile b/retiolum/hosts/.scripts/autostart/Makefile deleted file mode 100644 index 7ca589e1..00000000 --- a/retiolum/hosts/.scripts/autostart/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -INIT_FOLDER=/etc/init.d -.phony: all -all: - #TODO change the tinc file before writing - cp tinc $(INIT_FOLDER)/tinc - chmod +x $(INIT_FOLDER)/tinc - echo "retiolum" > /etc/tinc/nets.boot - update-rc.d tinc defaults |