From 6460b1c3125fe0b9a3fec5dc185b05590c07b308 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 17 Aug 2015 13:47:11 +0300 Subject: [PATCH] actually say what variable to set mmkay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582802e..f91a69b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ A very simple script that executes ~/.config/rc.local for your users. > ./userrc -h Usage: userrc [-c config] [-l logdir] -The script has two access modes: blacklist (default) and explicit. +The script has two access modes: blacklist (default) and explicit. It is set via the `access_mode` variable in the config. In blacklist mode, it will find and execute rc.local for every user in the system except for the ones in the `users_deny` array. In expicit mode, it will find and execute rc.local for every user in the `users_allow` array.