From 278311cc16be7b3857634ec8c76b28442d4f31e9 Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Mon, 3 Feb 2020 13:14:07 +0300
Subject: vpn script improvements

---
 system/sudoers | 1 +
 1 file changed, 1 insertion(+)

(limited to 'system/sudoers')

diff --git a/system/sudoers b/system/sudoers
index c7efcf6..9740719 100644
--- a/system/sudoers
+++ b/system/sudoers
@@ -87,6 +87,7 @@ root ALL=(ALL) ALL
 ## Run some commands without a password
 %wheel ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
 %wheel ALL=(ALL) NOPASSWD: /usr/bin/openvpn
+%wheel ALL=(ALL) NOPASSWD: /usr/bin/killall -SIGINT openvpn
 
 ## Uncomment to allow members of group sudo to execute any command
 # %sudo	ALL=(ALL) ALL
-- 
cgit v1.2.3