summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-wedge/recipes-wedge/rest-api/files/setup-rest-api.sh
blob: fe01c23f7717f78ed9d607a8d0f30c9cdade5add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# Copyright 2014-present Facebook. All Rights Reserved.
#
### BEGIN INIT INFO
# Provides:          setup-rest-api
# Required-Start:
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Set REST API handler
### END INIT INFO

echo -n "Setup REST API handler... "
/usr/local/bin/rest.py > /tmp/rest.log 2>&1 &
echo "done."
OpenPOWER on IntegriCloud