mirror of
https://github.com/linux-msm/rmtfs.git
synced 2025-12-24 05:56:39 +01:00
Merge pull request #24 from loicpoulain/rb1
rmtfs.service: Fix start/stop ordering between rmtfs and NetworkManager
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Qualcomm remotefs service
|
||||
Before=NetworkManager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=RMTFS_PATH/rmtfs -s -o RMTFS_EFS_PATH
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Qualcomm remotefs service
|
||||
Before=NetworkManager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=RMTFS_PATH/rmtfs -r -P -s
|
||||
|
||||
Reference in New Issue
Block a user