diff options
| -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 | 
