summarylogtreecommitdiffstats
path: root/intel-lms.service
diff options
context:
space:
mode:
authorlarchunix2015-06-13 20:15:21 +0200
committerlarchunix2015-06-13 20:19:21 +0200
commite5c0d38333c304c5aa0f6cd62db0a636b532e8f2 (patch)
tree10e19a5c97392a6c9a626ce9bf673234bd1ac20d /intel-lms.service
downloadaur-e5c0d38333c304c5aa0f6cd62db0a636b532e8f2.tar.gz
Initial import
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