From 769cd5bbf82c5faf110502f3ee802033557f3fb4 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Fri, 4 Nov 2016 10:40:49 +0000 Subject: [PATCH] example of /etc/sudoers line --- switching-networks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/switching-networks.md b/switching-networks.md index d9f639a..cab6808 100644 --- a/switching-networks.md +++ b/switching-networks.md @@ -1,6 +1,11 @@ # Switching Networks To make switching networks possible you have to fulfill following conditions: 1. add www-user to the sudoers file to be able to execute following commands: cp, killall, MMDVMHost + + You can do this for example with following line: + + www-data ALL=(ALL) NOPASSWD: /bin/cp,/usr/local/bin/MMDVMHost,/usr/bin/killall,/sbin/halt,/sbin/reboot + 2. create two ini-files, one with the name DMRPLUS.ini and the other with the name BRANDMEISTER.ini within the same directory where your MMDVM.ini resists, that contains the configurations for the corresponding networks. ## Security Hint