File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,10 +410,10 @@ machine reboots:
410410 ``/etc/default/buildbot-worker `` respectively, then configure the
411411 worker instances in the default file.
412412
413- .. tab :: Cronjob
413+ .. tab :: cron job
414414
415415 If neither systemd nor a SysV init script is practical, you can use
416- a cronjob . Add the following line to ``/etc/crontab ``::
416+ a cron job . Add the following line to ``/etc/crontab ``::
417417
418418 @reboot buildbot-worker restart /path/to/workerdir
419419
@@ -439,7 +439,7 @@ machine reboots:
439439 rcctl restart buildbot_worker
440440
441441 If you installed via pip, you will need to write an ``rc.d `` script
442- or use the cronjob approach described in the Linux tab.
442+ or use the cron job approach described in the Linux tab.
443443
444444.. tab :: macOS
445445
You can’t perform that action at this time.
0 commit comments