Skip to content
Snippets Groups Projects
Commit 5241565a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-vpn-fastd: don't run as root

parent 3275c92f
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,16 @@ print <<END;
. /lib/functions.sh
. /lib/gluon/functions/sysconfig.sh
. /lib/gluon/functions/users.sh
add_user gluon-fastd 800
uci_add fastd fastd mesh_vpn
uci_remove fastd mesh_vpn config
uci_remove fastd mesh_vpn config_peer_dir
uci_set fastd mesh_vpn user 'gluon-fastd'
uci_set fastd mesh_vpn syslog_level 'verbose'
uci_set fastd mesh_vpn interface 'mesh-vpn'
uci_set fastd mesh_vpn mode 'tap'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment