From b6eebc290c20e32c28bb48563058eec915c189f1 Mon Sep 17 00:00:00 2001 From: Sabin Floares Date: Fri, 19 Aug 2016 14:25:50 +0300 Subject: [PATCH] init: Add systemd service file for Chrome OS Added the systemd unit file which starts dptf after reaching the system-services target. Full path of the "esif_ufd" is needed. If this changes this file needs to be updated. --- ESIF/Packages/Installers/chrome/dptf.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ESIF/Packages/Installers/chrome/dptf.service diff --git a/ESIF/Packages/Installers/chrome/dptf.service b/ESIF/Packages/Installers/chrome/dptf.service new file mode 100644 index 00000000..748aceac --- /dev/null +++ b/ESIF/Packages/Installers/chrome/dptf.service @@ -0,0 +1,13 @@ +# Copyright 2016 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +[Unit] +Description=Intel(R) Dynamic Platform and Thermal Framework daemon +PartOf=system-services.target +After=system-services.target + +[Service] +Restart=on-failure +Type=forking +ExecStart=/usr/bin/esif_ufd