diff options
author | momo <momo+github@mo2-systems.com> | 2011-10-24 10:39:04 +0200 |
---|---|---|
committer | momo <momo+github@mo2-systems.com> | 2011-10-24 10:39:04 +0200 |
commit | cce5d8b2ed48b605d657addb56337b13d013edfd (patch) | |
tree | 6c860ffc363f4af6f20af06c765ed3de7314df86 /retiolum/Makefile | |
parent | 2eaa8d33a8ef792a9c10543fe2551e0680ab97b7 (diff) | |
parent | 6dee2fbae4b6ec96853bf2f6cef9aeb72db13b25 (diff) |
Merge branch 'master' of github.com:krebscode/painload
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 |