]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-ds-local
427ac66da9539af2cd8e4254b0d8dacd3946c89e
[packages/trusty/cirros-testvm.git] / cirros-ds-local
1 #!/bin/sh
2
3 case "$1" in
4         start)
5                 mode=$(cirros-query dsmode >/dev/null 2>&1) && exit 0
6                 cirros-ds local || :;;
7         stop) :;;
8         *) echo "unknown argument ${1}" 1>&2;;
9 esac
10
11 # vi: ts=4 noexpandtab