diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2018-08-09 09:37:01 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2018-08-09 13:04:41 +0900 |
commit | 9d876e90673c8a74e33f5da162171883bdc22cb4 (patch) | |
tree | 163243469491cda1ab3b281f83f8796cdae6c072 | |
parent | ad53fe746d854ef25c3aca99c13300ec7358c2e4 (diff) | |
download | system-plugin-9d876e90673c8a74e33f5da162171883bdc22cb4.tar.gz system-plugin-9d876e90673c8a74e33f5da162171883bdc22cb4.tar.bz2 system-plugin-9d876e90673c8a74e33f5da162171883bdc22cb4.zip |
Add RequiresMountsFor=/opt to wait-mount@.service.submit/tizen/20180809.043843accepted/tizen/unified/20180809.074821
In order to apply User/Group to .service, we need /opt/etc/{passwd,group}.
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ie432de320a9c434335a486d9d8138813414b56a9
-rw-r--r-- | units/wait-mount@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/wait-mount@.service b/units/wait-mount@.service index e208b2f..0c22560 100644 --- a/units/wait-mount@.service +++ b/units/wait-mount@.service @@ -1,6 +1,7 @@ [Unit] Description=Wait until %f is mounted DefaultDependencies=no +RequiresMountsFor=/opt [Service] Type=oneshot |