projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11906: Refactor health-check handler into SDK.
[arvados.git]
/
services
/
nodemanager
/
bin
/
arvados-node-manager
1
#!/usr/bin/env python
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: AGPL-3.0
5
6
from __future__ import absolute_import, print_function
7
8
from arvnodeman.launcher import main
9
main()