Skip to content

Commit a412442

Browse files
committed
Note ProtectHome conflict with /home symlink layout
1 parent 042c944 commit a412442

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testing/new-buildbot-worker.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,10 @@ machine reboots:
337337
WantedBy=multi-user.target
338338

339339
Adjust ``User``, ``Group``, ``WorkingDirectory``, and the
340-
``ExecStart`` path to match your setup. Then::
340+
``ExecStart`` path to match your setup. If your worker data is
341+
symlinked from ``/home`` (see the filesystem layout tip above),
342+
change ``ProtectHome=yes`` to ``ProtectHome=no`` so systemd can
343+
follow the symlink. Then::
341344

342345
systemctl daemon-reload
343346
systemctl enable --now buildbot-worker@WORKERNAME.service

0 commit comments

Comments
 (0)