-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crontab: allow sudo with crontab:use_sudo option (#3759)
* Add parameter crontab:use_sudo to allow running crontab using sudo. This makes it possible to overwrite the bin/crontab variable to edit crontab for other users. e.g. set("crontab:use_sudo", true); set("bin/crontab", function () { return which('crontab') . " -u www-data"; }); * Add documentation and use cases for crontab:use_sudo * Regenerate documentation with docgen
- Loading branch information
1 parent
11cef74
commit e518a42
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters