Remove feature-init_wrapper
[platform/adaptation/system-plugin.git] / units / opt.mount.container
1 [Unit]
2 Before=local-fs.target
3 ConditionPathIsMountPoint=!/opt
4
5 # Tizen mounts /opt in initrd or init-wrapper
6 # and fsck and resizefs are also executed.
7 # So it is not necessary here.
8 # If you don't use initrd or init-wrapper, just comment it out.
9 #Requires=systemd-fsck@dev-disk-by\x2dlabel-system\x2ddata.service
10 #After=systemd-fsck@dev-disk-by\x2dlabel-system\x2ddata.service
11
12 [Mount]
13 What=LABEL=contain-sysdata
14 Where=/opt
15 Type=ext4
16 Options=defaults,relatime