~ubuntu-branches/ubuntu/utopic/thermald/utopic

« back to all changes in this revision

Viewing changes to .pc/0001-thermald-conf.patch/data/thermald.conf

  • Committer: Package Import Robot
  • Author(s): Colin King
  • Date: 2014-05-19 12:41:22 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140519124122-zan11arvjxtbqcq5
Tags: 1.2-1
* Adjust for coretemp path change
* Deny non root users to send system bus dbus messages
* Remove compile warning
* Remove rpmlint warning for manual page
* Remove old patches that are now included into version 1.2
* Sync up with version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# thermald - thermal daemon
 
2
# Upstart configuration file
 
3
# Manages platform thermals
 
4
 
 
5
description     "thermal daemon"
 
6
 
 
7
start on started dbus
 
8
stop on stopping dbus
 
9
 
 
10
respawn
 
11
 
 
12
script
 
13
echo "Waiting for thermal zone and coretemp sysfs to be ready "
 
14
sleep 5
 
15
exec thermald --no-daemon --dbus-enable
 
16
end script