Added virtual destructors to CANSocketBCM and CANSocketRaw
[profile/ivi/automotive-message-broker.git] / packaging.in / ambd.conf.upstart
1 # ambd - ambd job file
2
3 description "ambd service"
4 author "Me <myself@i.com>"
5
6 # Stanzas
7 #
8 # Stanzas control when and how a process is started and stopped
9 # See a list of stanzas here: http://upstart.ubuntu.com/wiki/Stanzas#respawn
10
11 start on stopped rc
12 stop on stopping bluetooth
13
14 # Automatically restart process if crashed
15 respawn
16
17 # Essentially lets upstart know the process will detach itself to the background
18 expect fork
19
20 # Run before process
21 pre-start script
22 end script
23
24 # Start the process
25 exec ambd -c /etc/ambd/config.tripzero -l /home/ubuntu/ambd.log -D -d5