diff options
author | root <root@destroy> | 2013-01-31 20:45:04 +0100 |
---|---|---|
committer | root <root@destroy> | 2013-01-31 20:45:21 +0100 |
commit | 0b2528347d6ece0d6bac5b51982d78cdb002c8e8 (patch) | |
tree | 33d4c843f5156601ab10cb63404990eb93aec8b9 /retiolum/bin | |
parent | 4e540697f4fbd26c0ec047b763d2b0177008917e (diff) |
//retiolum update-retiolum-hosts: don't HUP/ALRM tincd
Diffstat (limited to 'retiolum/bin')
-rwxr-xr-x | retiolum/bin/update-retiolum-hosts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/retiolum/bin/update-retiolum-hosts b/retiolum/bin/update-retiolum-hosts index 2a379459..e9fca25c 100755 --- a/retiolum/bin/update-retiolum-hosts +++ b/retiolum/bin/update-retiolum-hosts @@ -12,5 +12,3 @@ cd $(dirname $(readlink -f $0))/.. mkdir -p /etc/tinc/retiolum/hosts cp -v -r hosts/* /etc/tinc/retiolum/hosts -pkill -HUP tincd -pkill -ALRM tincd |