summarylogtreecommitdiffstats
path: root/intel-lms.service
diff options
context:
space:
mode:
Diffstat (limited to 'intel-lms.service')
-rw-r--r--intel-lms.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/intel-lms.service b/intel-lms.service
new file mode 100644
index 000000000000..cbe201c02fb5
--- /dev/null
+++ b/intel-lms.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Intel Local Manageability Service
+Documentation=https://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/lms.pid
+ExecStart=/usr/sbin/lms
+
+[Install]
+WantedBy=multi-user.target