diff options
author | Felix Richter <github@syntax-fehler.de> | 2011-05-26 10:29:06 +0200 |
---|---|---|
committer | Felix Richter <github@syntax-fehler.de> | 2011-05-26 10:29:06 +0200 |
commit | 0f5d2d4bdd43592dbddac6579da0d2876f378377 (patch) | |
tree | ee46b4b22e818799653c84017f79edbc490c583a /hosts/.scripts/autostart/Makefile | |
parent | 031c9946e8d3f44464291ab1345644a3500bf25b (diff) | |
parent | 93a684716ca0fff6286379b34f0bf1cc5cd04572 (diff) |
Merge branch 'master' of github.com:miefda/retiolum
Diffstat (limited to 'hosts/.scripts/autostart/Makefile')
-rw-r--r-- | hosts/.scripts/autostart/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/.scripts/autostart/Makefile b/hosts/.scripts/autostart/Makefile new file mode 100644 index 00000000..58bfc0c5 --- /dev/null +++ b/hosts/.scripts/autostart/Makefile @@ -0,0 +1,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 |