Перейти к файлу
Jack L. Frost 4874649d3c vim modeline 2016-01-15 12:30:29 +03:00
README.md actually say what variable to set mmkay 2015-08-17 13:47:11 +03:00
config.mk.sh shebang 2016-01-12 16:15:56 +03:00
make.sh shebang 2016-01-12 16:15:56 +03:00
userrc.in vim modeline 2016-01-15 12:30:29 +03:00

README.md

userrc

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. 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.