This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tarmac lander | |
# | |
# This runs tarmac to automatically land launchpad branches on a periodic | |
# basis | |
description "Tarmac lander" | |
start on filesystem or runlevel [2345] | |
stop on runlevel [!2345] |