~ubuntu-branches/ubuntu/vivid/thermald/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0006-data-thermald.conf-start-only-at-runlevels-2-3-4-5-L.patch

  • Committer: Package Import Robot
  • Author(s): Colin King
  • Date: 2014-09-25 11:37:00 UTC
  • Revision ID: package-import@ubuntu.com-20140925113700-3z1nuylw5c9ypr7t
Tags: 1.3-6
data: thermald.conf: start only at runlevels 2,3,4,5 (LP: #1294895)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 4989dd36f52d674deeed444d79979f275fde0727 Mon Sep 17 00:00:00 2001
 
2
From: Colin Ian King <colin.king@canonical.com>
 
3
Date: Thu, 25 Sep 2014 11:24:42 +0100
 
4
Subject: [PATCH] data: thermald.conf: start only at runlevels 2,3,4,5 (LP:
 
5
 #1294895)
 
6
 
 
7
There is a slim chance that thermad can start before /sys is mounted,
 
8
so only start it once we're in run levels 2 to 5
 
9
 
 
10
Signed-off-by: Colin Ian King <colin.king@canonical.com>
 
11
---
 
12
 data/thermald.conf | 2 +-
 
13
 1 file changed, 1 insertion(+), 1 deletion(-)
 
14
 
 
15
diff --git a/data/thermald.conf b/data/thermald.conf
 
16
index 8d63f88..500f95f 100644
 
17
--- thermald-1.3.orig/data/thermald.conf
 
18
+++ thermald-1.3/data/thermald.conf
 
19
@@ -4,7 +4,7 @@
 
20
 
 
21
 description     "thermal daemon"
 
22
 
 
23
-start on started dbus
 
24
+start on runlevel [2345] and started dbus
 
25
 stop on stopping dbus
 
26
 
 
27
 #