diff --git a/services/etc/init.cfg b/services/etc/init.cfg index b355683d79cbe1eb4677befd7bc19613500d9428..8b18193dcdcb4d29c98a654ff95d0992ada828e8 100755 --- a/services/etc/init.cfg +++ b/services/etc/init.cfg @@ -175,6 +175,7 @@ "mkdir /data/system/dropbox 0700 system system", "mkdir /data/system/heapdump 0700 system system", "mkdir /data/system/users 0750 account account", + "mkdir /data/system/access_token 0770 access_token access_token", "mkdir /data/system_de 0770 system system", "mkdir /data/system_ce 0770 system system", "mkdir /data/misc_de 01771 system misc", diff --git a/services/etc/init.without_two_stages.cfg b/services/etc/init.without_two_stages.cfg index 5738f0757bfc7fe64874f44dd6d427f168b9baff..ce0afb5dc750d704c4b43a1ceb1741ef1129986f 100755 --- a/services/etc/init.without_two_stages.cfg +++ b/services/etc/init.without_two_stages.cfg @@ -164,6 +164,7 @@ "mkdir /data/system/dropbox 0700 system system", "mkdir /data/system/heapdump 0700 system system", "mkdir /data/system/users 0750 account account", + "mkdir /data/system/access_token 0770 access_token access_token", "mkdir /data/system_de 0770 system system", "mkdir /data/system_ce 0770 system system", "mkdir /data/misc_de 01771 system misc",