summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/unicens/files/most-network-startup.service
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-12-20 14:14:12 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-20 22:36:08 +0000
commit7c4c88192f1223a69ffd6fa9675ff81fe2f86454 (patch)
treed867c4e0f6838a510975f0bc98537e112795249e /recipes-demo-hmi/unicens/files/most-network-startup.service
parentb1d9059f2f64688729db80cbd05bd29f7067de36 (diff)
recipes-demo-hmi: remove deprecated MostNetworkManager
This patch removes the network manager that was used to control a MOST network. It is needed because Unicens v2 replaces this application. Change-Id: I878df40a914e0cace63634f942ce4076d744442b Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'recipes-demo-hmi/unicens/files/most-network-startup.service')
-rw-r--r--recipes-demo-hmi/unicens/files/most-network-startup.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-demo-hmi/unicens/files/most-network-startup.service b/recipes-demo-hmi/unicens/files/most-network-startup.service
deleted file mode 100644
index 4fd03753..00000000
--- a/recipes-demo-hmi/unicens/files/most-network-startup.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Most Network Startup Service
-After=WindowManager.service
-
-[Service]
-Type=simple
-RemainAfterExit=yes
-ExecStart=/usr/AGL/most/loadDriver.sh --systemd
-Restart=always
-
-[Install]
-WantedBy=default.target