We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d65837 commit 042c944Copy full SHA for 042c944
testing/new-buildbot-worker.rst
@@ -314,7 +314,7 @@ machine reboots:
314
following contents::
315
316
[Unit]
317
- Description=Buildbot Worker %I
+ Description=Buildbot Worker %i
318
Documentation=man:buildbot-worker(1) https://docs.buildbot.net/
319
After=network.target
320
ConditionDirectoryNotEmpty=/var/lib/buildbot/worker/%i
@@ -326,7 +326,7 @@ machine reboots:
326
Group=buildbot-worker
327
WorkingDirectory=/var/lib/buildbot/worker/
328
StateDirectory=buildbot/worker
329
- ExecStart=/usr/local/bin/buildbot-worker start --nodaemon %I
+ ExecStart=/usr/local/bin/buildbot-worker start --nodaemon %i
330
Restart=always
331
ProtectSystem=full
332
ProtectHome=yes
0 commit comments