Skip to content

Commit 257ca7e

Browse files
committed
Remove rc.d nested tab from Unix service management
1 parent 99320e9 commit 257ca7e

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

testing/new-buildbot-worker.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)