Blob Blame History Raw
From 07d7077af1992d52733b0dcf18538690a87b877f Mon Sep 17 00:00:00 2001
From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Date: Fri, 30 Jun 2017 10:42:17 -0700
Subject: [PATCH] Update README to start service

Added comment for starting service when using upstart and systemd.
---
 README.txt | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.txt b/README.txt
index 26ba507..f67bf7f 100644
--- a/README.txt
+++ b/README.txt
@@ -66,8 +66,17 @@ Build
 (It will give error for systemd configuration, but ignore)
 cp data/thermald.conf /etc/init/
 3.
-Use "sudo start thermald" to start
-Use "sudo stop thermald" to stop
+If using upstart
+	Use "sudo start thermald" to start
+	Use "sudo stop thermald" to stop
+
+If using systemd, use
+- start service
+	sudo systemctl start thermald.service
+- Get status
+	sudo systemctl status thermald.service
+- Stop service
+	sudo systemctl stop thermald.service
 
 -------------------------------------------