summaryrefslogtreecommitdiff
path: root/cmake/genivi.audiomanager.service
Commit message (Collapse)AuthorAgeFilesLines
* * fixed bug64 genivi.audiomanager.service contains hardcoded "User=christian" Christian Linke2013-06-131-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-1/+1
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * updated documentation for watchdog. Little adoptions on unit file and ↵christian mueller2012-05-241-1/+1
| | | | | | dependency graph Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ↵Christian Mueller2012-05-241-0/+34
watchdog functionality of the AudioManager. The function is based on the systemd watchdog functionality. The desired time intervals for checking the watchdog can be tweaked by the unit file for systemd. A sample unit file is added to the subdirectory cmake. Via Cmake build option, the watchdog functionality can be switched off. If the development package from systemd is available it will use the lib that comes with it. If not, the default handler will be compiled along with the audiomanager and this one will be used. Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>