File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -422,24 +422,22 @@ machine reboots:
422422
423423.. tab :: Unix
424424
425- .. tab :: rc.d
425+ If you installed via a package on FreeBSD or OpenBSD, the service
426+ was already enabled in the installation step above. To manage it
427+ manually:
426428
427- If you installed via a package on FreeBSD or OpenBSD, the service
428- was already enabled in the installation step above. To manage it
429- manually:
429+ On FreeBSD::
430430
431- On FreeBSD::
431+ service buildbot-worker status
432+ service buildbot-worker restart
432433
433- service buildbot-worker status
434- service buildbot-worker restart
434+ On OpenBSD::
435435
436- On OpenBSD::
436+ rcctl check buildbot_worker
437+ rcctl restart buildbot_worker
437438
438- rcctl check buildbot_worker
439- rcctl restart buildbot_worker
440-
441- If you installed via pip, you will need to write an ``rc.d `` script
442- or use the cron job approach described in the Linux tab.
439+ If you installed via pip, you will need to write an ``rc.d `` script
440+ or use the cron job approach described in the Linux tab.
443441
444442.. tab :: macOS
445443
You can’t perform that action at this time.
0 commit comments