misc: added run-cmake.sh.
[profile/ivi/genivi/genivi-audio-manager.git] / cmake / genivi.audiomanager.service
1 # Copyright (C) 2012, BMW AG
2 #
3 # This file is part of GENIVI Project AudioManager.
4
5 # Contributions are licensed to the GENIVI Alliance under one or more
6 # Contribution License Agreements.
7
8 # copyright
9 # This Source Code Form is subject to the terms of the
10 # Mozilla Public License, v. 2.0. If a  copy of the MPL was not distributed with
11 # this file, You can obtain one at http://mozilla.org/MPL/2.0/.
12
13 # author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
14 #
15 # For further information see http://www.genivi.org/.
16 #
17
18 # This is a sample unit file that utilized the watchdog functionality of the AudioManager.
19 # If the time WatchdogSec equals 0, no watchdog function will be used.
20
21
22 [Unit]
23 Description=The GENIVI AudioManager
24
25 [Service]
26 Type=notify
27 User=root
28 ExecStart=/usr/bin/AudioManager
29 Restart=always
30 WatchdogSec=2
31 NotifyAccess=main
32
33 [Install]
34 WantedBy=multi-user.target