diff options
author | EUcancER <root@euer.krebsco.de> | 2011-10-19 10:30:40 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2011-10-19 10:30:40 +0200 |
commit | e47af39129fdca0f8268759a3bcfaa70fdd0ca90 (patch) | |
tree | aa462d0f3a7f40d2db1da7503c4e608864aaa879 /retiolum/Makefile | |
parent | 9cdd0fc00ad9ed5129f5b213b4b3296899000b5a (diff) |
retiolum/Makefile: reload tinc correctly
Diffstat (limited to 'retiolum/Makefile')
-rw-r--r-- | retiolum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index 83c4ac12..effdbfb8 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -22,7 +22,8 @@ update: hosts @echo adding hosts bin/update_tinc_hosts restart @echo reloading tincd - pkill -HUP tincd || true + sudo pkill -HUP tincd || true + sudo pkill -ALRM tincd || true arch-install: update install arch-autostart autohosts |