diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-12-20 14:14:12 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 22:36:16 +0000 |
commit | cc60ae26d46f1d67e231e219ce53ccc4ca3260ee (patch) | |
tree | 612d340563af727b76b7822e5490f5a7c3e3d627 /recipes-demo-hmi/unicens/files/most-network-startup.service | |
parent | c6d2e95a70c4ef3cb23afd2a3c9b1baefe038222 (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.service | 12 |
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 4fd037531..000000000 --- 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 |