mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos.cron: fix docstring sentence
This commit is contained in:
parent
0a88820fc9
commit
8b3500c650
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ in
|
||||||
sendmail. See <option>security.wrappers</option>
|
sendmail. See <option>security.wrappers</option>
|
||||||
|
|
||||||
If neither /var/cron/cron.deny nor /var/cron/cron.allow exist only root
|
If neither /var/cron/cron.deny nor /var/cron/cron.allow exist only root
|
||||||
will is allowed to have its own crontab file. The /var/cron/cron.deny file
|
is allowed to have its own crontab file. The /var/cron/cron.deny file
|
||||||
is created automatically for you. So every user can use a crontab.
|
is created automatically for you, so every user can use a crontab.
|
||||||
|
|
||||||
Many nixos modules set systemCronJobs, so if you decide to disable vixie cron
|
Many nixos modules set systemCronJobs, so if you decide to disable vixie cron
|
||||||
and enable another cron daemon, you may want it to get its system crontab
|
and enable another cron daemon, you may want it to get its system crontab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue