actually say what variable to set mmkay

This commit is contained in:
Jack L. Frost 2015-08-17 13:47:11 +03:00
parent 530ba0d4f4
commit 6460b1c312
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ A very simple script that executes ~/.config/rc.local for your users.
> ./userrc -h > ./userrc -h
Usage: userrc [-c config] [-l logdir] 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 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. In expicit mode, it will find and execute rc.local for every user in the `users_allow` array.