Improve path dependency
According to manual RequiresMountsFor "Automatically adds dependencies
of type Requires= and After= for all mount units required to access the
specified path." Current solution will fail, if mount units are changed.
Conflicts:
packaging/vconf-setup.service
packaging/vconf.changes
Change-Id: I12a65bfbf5042b45d6f62862da20c9818db8af98
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-
[Unit]
Description=Initialize the VConf storage
DefaultDependencies=no
+RequiresMountsFor=/var/run /opt
Before=basic.target
-After=local-fs.target
[Service]
Type=oneshot
[Install]
WantedBy=basic.target
-
+* Wed Jun 26 2013 Maciej Wereski <m.wereski@partner.samsung.com>
+- Improve path dependency
+
* Fri Jul 05 2013 Junfeng Dong <junfeng.dong@intel.com> accepted/tizen/20130627.194918@56c355e
- make vconf-setup service after local-fs.target