aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.service')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.service b/recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.service
deleted file mode 100644
index 40eb4650..00000000
--- a/recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=TI Multiproc Manager
-
-[Service]
-ExecStartPre=/sbin/modprobe keystone_remoteproc
-ExecStartPre=/sbin/modprobe keystone_dsp_mem
-ExecStartPre=/sbin/modprobe uio_module_drv
-
-Type=forking
-PIDFile=/var/run/mpm/pid
-ExecStart=/usr/bin/mpmsrv
-
-[Install]
-WantedBy=basic.target