From e47af39129fdca0f8268759a3bcfaa70fdd0ca90 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 19 Oct 2011 10:30:40 +0200 Subject: retiolum/Makefile: reload tinc correctly --- retiolum/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'retiolum/Makefile') 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 -- cgit v1.2.3