File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ if you choose that path.
8484 buildbot-worker create-worker buildarea buildbot-api.python.org:9020 workername workerpasswd
8585
8686
87- .. tab :: Mac
87+ .. tab :: macOS
8888
89- * Create a buildbot user using the OS/X control panel user admin. It
89+ * Create a buildbot user using the macOS control panel user admin. It
9090 should be a "standard" user.
9191 * Log in as the buildbot user.
9292 * Install the buildbot worker [# ]_ by running ``pip install buildbot-worker ``.
@@ -194,8 +194,8 @@ machine reboots:
194194 via the ``systemctl --user enable --now buildbot-worker.service ``
195195 command.
196196
197- Note that using a systemd unit file, might produce some selinux warnings on systems
198- where the enforcing mode is enabled, usually related to the twistd.pid file.
197+ Note that using a systemd unit file, might produce some SELinux warnings on systems
198+ where the enforcing mode is enabled, usually related to the `` twistd.pid `` file.
199199 If the service fails to start, you should check the output of
200200 ``systemctl status buildbot-worker.service `` as well as the
201201 ``/var/log/audit/audit.log `` file (for example, through
@@ -209,7 +209,7 @@ machine reboots:
209209 left a ``twistd.pid`` file behind.
210210
211211
212- .. tab :: Mac
212+ .. tab :: macOS
213213
214214 * Create a bin directory for your buildbot user::
215215
You can’t perform that action at this time.
0 commit comments