Closed Bug 662609 Opened 13 years ago Closed 13 years ago

Start buildbot on boot on Linux

Categories

(Mozilla Messaging Graveyard :: Release Engineering, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhopkins, Assigned: gozer)

Details

Start buildbot on boot on Linux so we don't need to wait for the */10 cron job to start it.
Assignee: nobody → gozer
svn rev 3677.

Turns out puppet does support these special cron aliases, using the 'special' argument to cron specifications, as in:

  cron { "start-buildbot-on-boot":
    environment => ["MAILTO=root@mozillamessaging.com", "DISPLAY=:2" ],
    command     => "/usr/local/bin/start-buildbot",
    user        => cltbld,
    special     => reboot,
    require     => [
                    User["cltbld"],
                    File["/usr/local/bin/start-buildbot"],
                   ],
  }
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.