aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/fastrpc/fastrpc/usr-lib-rfsa.service
blob: f5fc76aee04cc3e5c86403515efe6aab267c0a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Mount DSP partition to /usr/lib/rfsa
DefaultDependencies=false
Before=umount.target local-fs.target
After=local-pre-fs.target
Conflicts=umount.target

[Service]
Type=oneshot
RemainAfterExit=Yes
TimeoutSec=0
ExecStart=/usr/sbin/mount-dsp.sh
ExecStop=/bin/umount /usr/lib/rfsa

[Install]
WantedBy=local-fs.target