default bddeb to building both systemd and upstart

This commit is contained in:
Scott Moser 2014-07-24 12:42:50 +00:00
parent 1737ed602a
commit ddde83a691
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ def main():
parser.add_argument("--init-system", dest="init_system",
help=("build deb with INIT_SYSTEM=xxx"
" (default: %(default)s"),
default=os.environ.get("INIT_SYSTEM", "upstart"))
default=os.environ.get("INIT_SYSTEM",
"upstart,systemd"))
for ent in DEBUILD_ARGS: