@@ -96,9 +96,10 @@ the steps below as appropriate if you choose that path.
9696 dnf install epel-release epel-next-release
9797 dnf install buildbot-worker
9898
99- The RPM creates a ``buildbot-worker `` system user (nologin shell, home
100- at ``/var/lib/buildbot/worker ``), installs a templated systemd unit
101- ``buildbot-worker@.service ``, and creates ``/var/lib/buildbot/worker/ ``.
99+ The RPM creates a ``buildbot-worker `` system user, installs a
100+ templated systemd unit ``buildbot-worker@.service ``, and creates
101+ ``/var/lib/buildbot/worker/ `` as the base directory for worker
102+ instances.
102103
103104 .. tip ::
104105
@@ -133,7 +134,8 @@ the steps below as appropriate if you choose that path.
133134
134135 The package creates a ``buildbot `` system user, installs a templated
135136 systemd unit ``buildbot-worker@.service ``, and creates
136- ``/var/lib/buildbot/workers/ ``.
137+ ``/var/lib/buildbot/workers/ `` as the base directory for worker
138+ instances.
137139
138140 .. tip ::
139141
@@ -211,10 +213,10 @@ the steps below as appropriate if you choose that path.
211213
212214 pkg install devel/py-buildbot-worker
213215
214- The port creates a ``buildbot `` system user (nologin shell, home at
215- ``/var/db/buildbot ``) and installs an `` rc.d `` script at
216- ``/usr/local/etc/rc.d/buildbot-worker `` with profile support.
217- The default base directory is `` /var/db/buildbot/workers `` .
216+ The package creates a ``buildbot `` system user, installs an
217+ ``rc.d `` service with profile support, and creates
218+ ``/var/db/buildbot/workers/ `` as the base directory for worker
219+ instances .
218220
219221 Create the worker (replace ``WORKERNAME `` and ``WORKERPASSWD `` with
220222 the credentials provided to you from your buildmaster-config issue)::
0 commit comments