diff options
author | makefu <github@syntax-fehler.de> | 2011-10-11 17:43:51 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-10-11 17:43:51 +0200 |
commit | fd0360800b930a69fcbc71a4c99f7ef4286599a8 (patch) | |
tree | e9dfd7079e015764d75c4f141eb597221320e047 | |
parent | 489c78b4c92c17e06ad4f78e96742e8d8eccfc91 (diff) | |
parent | bb5d1bd1f1c0fe22d3b93a5bf17033265ee42776 (diff) |
Merge branch 'master' of github.com:krebscode/painload
-rw-r--r-- | retiolum/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index dd6d8409..bd3ca776 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -21,6 +21,8 @@ update: hosts bin/update_tinc_hosts "create magic" || true @echo adding hosts bin/update_tinc_hosts restart + @echo reloading tincd + pkill -HUP tincd arch-install: update install arch-autostart autohosts |