#!/bin/bash

if [ -n "$UPSTART_SESSION" ]; then
  /sbin/initctl start bamfdaemon
else
  /usr/lib/arm-linux-gnueabihf/bamf/bamfdaemon
fi
